#cfee99
a light, vivid green · cool · closest name: khaki
RGB
207, 238, 153
HSL
82°, 71%, 77%
CMYK
13, 0, 36, 7
Luminance
0.7671
Every format
| HEX | #cfee99 |
| RGB | rgb(207, 238, 153) |
| HSL | hsl(82, 71%, 77%) |
| CMYK | cmyk(13%, 0%, 36%, 7%) |
| LAB | lab(90.2 -23.9 37.9) |
| LCH | lch(90.2 44.8 122.3) |
| OKLCH | oklch(0.907 0.114 124.9) |
Copy-ready code
/* CSS */
color: #cfee99;
background-color: #cfee99;
/* Tailwind (arbitrary) */
class="text-[#cfee99] bg-[#cfee99]"
/* SCSS */
$brand: #cfee99;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.600)
/* Android */
Color.parseColor("#cfee99")Accessibility — WCAG contrast
Aa
#cfee99 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee99 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue60.0%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow35.7%
Key (black)6.7%
Color previews
#cfee99 text on a black background
contrast 16.34:1
Card sample
#cfee99 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee99;
Background color
Panel with #cfee99 background
background-color: #cfee99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee99; background: linear-gradient(135deg, #cfee99, #99EE9C);