#F0FFA0
A very light, vivid yellow closely aligning with Khaki.
About #F0FFA0
The precise color #F0FFA0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(240, 255, 160).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 6% cyan and 0% magenta inks. With a hue angle of 69.5 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0FFA0
RGB240, 255, 160
HSL69.5°, 100.0%, 81.4%
CMYK6%, 0%, 37%, 0%
HSV69.5°, 37.3%, 100.0%
LAB97.1, -19.1, 43.8
XYZ78.0, 92.6, 47.0
Decimal15794080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.08:1
Text on #FFFFFF
FAIL
19.52:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
16.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0FFA0;
}
.text-color {
color: #F0FFA0;
}
.border-color {
border: 2px solid #F0FFA0;
}