Buff Hex Code — #F0DC82
RGB, HSL, and CMYK values for Buff.
Buff Color Values
| Format | Value |
|---|---|
| HEX | #F0DC82 |
| RGB | rgb(240, 220, 130) |
| HSL | hsl(49, 79%, 73%) |
| CMYK | cmyk(0%, 8%, 46%, 6%) |
Want to explore more shades? Use our Color Converter
About Buff
Color psychology: Warmth, softness.
Buff (#F0DC82) is a light shade of yellow. It's commonly used in web design, graphic design, and branding where warmth, softness are desired associations.
How to Use Buff in CSS
/* Using HEX */ color: #F0DC82; background-color: #F0DC82; /* Using RGB */ color: rgb(240, 220, 130); /* Using HSL */ color: hsl(49, 79%, 73%);