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