What is the HEX code for beige?
The CSS color beige in HEX format is #f5f5dc. Use this value directly in CSS, SVG, and most design tools.
How do I use beige in CSS?
To apply beige in CSS:
- Text color: color: #f5f5dc;
- Background: background-color: #f5f5dc;
- Border: border-color: #f5f5dc;
What are all the color format values for beige?
| Format | Value |
|---|---|
| HEX | #f5f5dc |
| RGB | rgb(245, 245, 220) |
| HSL | hsl(60, 55.6%, 91.2%) |
| CMYK | cmyk(0%, 0%, 10.2%, 3.9%) |
How do I convert beige to HEX?
Select beige from the color name list in our color converter. The HEX value — #f5f5dc — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does beige belong to?
beige belongs to the near-white color family. It is a light, moderately saturated color with HSL values: hue 60°, saturation 55.6%, lightness 91.2%.
How do I create lighter and darker shades of beige?
Lighter variant (lightness 95%): #f9f9eb. Darker variant (lightness 76.2%): #e4e4a1. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.