#F0F0BD
A very light, moderate yellow closely aligning with Lemonchiffon.
About #F0F0BD
Visually, #F0F0BD is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Lemonchiffon. In the RGB color space, it consists of 240 red, 240 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 0% Magenta, 21% Yellow, and 6% Black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0F0BD
RGB240, 240, 189
HSL60.0°, 63.0%, 84.1%
CMYK0%, 0%, 21%, 6%
HSV60.0°, 21.2%, 94.1%
LAB93.7, -8.1, 24.7
XYZ76.3, 84.5, 60.4
Decimal15790269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.90:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F0BD;
}
.text-color {
color: #F0F0BD;
}
.border-color {
border: 2px solid #F0F0BD;
}