#FFFFE0
A very light, vivid neutral closely aligning with Lightyellow.
About #FFFFE0
At its core, #FFFFE0 is a very light and vivid hue. It is closely associated with the named CSS color Lightyellow. In the RGB color space, it consists of 255 red, 255 green, and 224 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 12% Y, and 0% K. With a hue angle of 60.0 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFFFE0
RGB255, 255, 224
HSL60.0°, 100.0%, 93.9%
CMYK0%, 0%, 12%, 0%
HSV60.0°, 12.2%, 100.0%
LAB99.3, -5.1, 14.8
XYZ90.5, 98.2, 84.7
Decimal16777184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.02:1
Text on #FFFFFF
FAIL
20.63:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
17.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFFE0;
}
.text-color {
color: #FFFFE0;
}
.border-color {
border: 2px solid #FFFFE0;
}