#ECF062
A light, vivid yellow closely aligning with Khaki.
About #ECF062
Visually, #ECF062 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 236 red, 240 green, and 98 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 2% C, 0% M, 59% Y, and 6% K. The HSL representation is 61.7° hue, 82.6% saturation, and 66.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#ECF062
RGB236, 240, 98
HSL61.7°, 82.6%, 66.3%
CMYK2%, 0%, 59%, 6%
HSV61.7°, 59.2%, 94.1%
LAB92.1, -19.1, 66.3
XYZ68.0, 81.0, 23.6
Decimal15528034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.21:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #ECF062;
}
.text-color {
color: #ECF062;
}
.border-color {
border: 2px solid #ECF062;
}