Buff Hex Code — #F0DC82
RGB, HSL, and CMYK values for Buff.
Last updated: April 6, 2026
Buff Color Values
| Format | Value |
|---|---|
| HEX | #F0DC82 |
| RGB | rgb(240, 220, 130) |
| HSL | hsl(49, 79%, 73%) |
| CMYK | cmyk(0%, 8%, 46%, 6%) |
About Buff
Color psychology: Warmth, softness.
Buff (#F0DC82) is a light shade of yellow with a hue angle of 49° on the color wheel, 79% saturation, and 73% lightness. It's commonly used in web design, graphic design, and branding where warmth, softness are desired associations.
In color theory, Buff sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Buff in Design
Web Design
Use Buff as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Buff conveys warmth, softness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:8% Y:46% K:6%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Buff work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Buff in CSS
/* Using HEX */ color: #F0DC82; background-color: #F0DC82; /* Using RGB */ color: rgb(240, 220, 130); /* Using HSL — best for creating variations */ color: hsl(49, 79%, 73%); /* Transparent overlay (50% opacity) */ background-color: rgba(240, 220, 130, 0.5); /* Lighter variant for hover states */ background-color: hsl(49, 79%, 83%); /* Darker variant for active states */ background-color: hsl(49, 79%, 63%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Buff without changing its core hue or saturation.
Colors That Go With Buff
Complementary
Analogous
Triadic
Similar Shades of Yellow
Frequently Asked Questions
What is the hex code for Buff?
What is Buff in RGB and when should I use RGB?
How to use Buff in CSS with different color formats?
What is the HSL value of Buff and why is HSL useful for designers?
What is the CMYK value of Buff for print design?
What colors pair well with Buff in design projects?
Is Buff (#F0DC82) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.