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