#F0F8E2
A very light, moderate neutral closely aligning with Beige.
About #F0F8E2
The hex code #F0F8E2 represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Beige. This translates to an RGB value of rgb(240, 248, 226).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 0% M, 9% Y, and 3% K. The HSL representation is 81.8° hue, 61.1% saturation, and 92.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0F8E2
RGB240, 248, 226
HSL81.8°, 61.1%, 92.9%
CMYK3%, 0%, 9%, 3%
HSV81.8°, 8.9%, 97.3%
LAB96.5, -6.4, 9.6
XYZ83.2, 91.2, 85.2
Decimal15792354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.23:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F8E2;
}
.text-color {
color: #F0F8E2;
}
.border-color {
border: 2px solid #F0F8E2;
}