Beige Hex Code — #F5F5DC
RGB, HSL, and CMYK values for Beige.
Last updated: April 6, 2026
Beige Color Values
| Format | Value |
|---|---|
| HEX | #F5F5DC |
| RGB | rgb(245, 245, 220) |
| HSL | hsl(60, 56%, 91%) |
| CMYK | cmyk(0%, 0%, 10%, 4%) |
About Beige
Color psychology: Simplicity, calm.
Beige (#F5F5DC) is a light shade of brown with a hue angle of 60° on the color wheel, 56% saturation, and 91% lightness. It's commonly used in web design, graphic design, and branding where simplicity, calm are desired associations.
In color theory, Beige sits in the neutral section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Beige in Design
Web Design
Use Beige 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
Beige conveys simplicity, calm — 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:0% Y:10% K:4%) 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 Beige work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Beige in CSS
/* Using HEX */ color: #F5F5DC; background-color: #F5F5DC; /* Using RGB */ color: rgb(245, 245, 220); /* Using HSL — best for creating variations */ color: hsl(60, 56%, 91%); /* Transparent overlay (50% opacity) */ background-color: rgba(245, 245, 220, 0.5); /* Lighter variant for hover states */ background-color: hsl(60, 56%, 95%); /* Darker variant for active states */ background-color: hsl(60, 56%, 81%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Beige without changing its core hue or saturation.
Colors That Go With Beige
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Beige?
What is Beige in RGB and when should I use RGB?
How to use Beige in CSS with different color formats?
What is the HSL value of Beige and why is HSL useful for designers?
What is the CMYK value of Beige for print design?
What colors pair well with Beige in design projects?
Is Beige (#F5F5DC) 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.