#F0FF83
A light, vivid yellow closely aligning with Khaki.
About #F0FF83
The precise color #F0FF83 is an excellent choice for modern design projects. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 255, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 6% cyan, 0% magenta, 49% yellow, and 0% black. The HSL representation is 67.3° hue, 100.0% saturation, and 75.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0FF83
RGB240, 255, 131
HSL67.3°, 100.0%, 75.7%
CMYK6%, 0%, 49%, 0%
HSV67.3°, 48.6%, 100.0%
LAB96.7, -22.1, 57.1
XYZ75.8, 91.7, 35.2
Decimal15794051
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.34:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0FF83;
}
.text-color {
color: #F0FF83;
}
.border-color {
border: 2px solid #F0FF83;
}