#F0E2B6
A very light, moderate yellow closely aligning with Wheat.
About #F0E2B6
The precise color #F0E2B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Wheat. This translates to an RGB value of rgb(240, 226, 182).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 6% Magenta, 24% Yellow, and 6% Black. With a hue angle of 45.5 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0E2B6
RGB240, 226, 182
HSL45.5°, 65.9%, 82.7%
CMYK0%, 6%, 24%, 6%
HSV45.5°, 24.2%, 94.1%
LAB90.0, -2.0, 23.3
XYZ71.6, 76.3, 55.2
Decimal15786678
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.26:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E2B6;
}
.text-color {
color: #F0E2B6;
}
.border-color {
border: 2px solid #F0E2B6;
}