#cfee9f
a light, vivid green · cool · closest name: khaki
RGB
207, 238, 159
HSL
84°, 70%, 78%
CMYK
13, 0, 33, 7
Luminance
0.7692
Every format
| HEX | #cfee9f |
| RGB | rgb(207, 238, 159) |
| HSL | hsl(84, 70%, 78%) |
| CMYK | cmyk(13%, 0%, 33%, 7%) |
| LAB | lab(90.3 -23.2 35.0) |
| LCH | lch(90.3 42.0 123.5) |
| OKLCH | oklch(0.908 0.107 125.9) |
Copy-ready code
/* CSS */
color: #cfee9f;
background-color: #cfee9f;
/* Tailwind (arbitrary) */
class="text-[#cfee9f] bg-[#cfee9f]"
/* SCSS */
$brand: #cfee9f;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.624)
/* Android */
Color.parseColor("#cfee9f")Accessibility — WCAG contrast
Aa
#cfee9f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee9f on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue62.4%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow33.2%
Key (black)6.7%
Color previews
#cfee9f text on a black background
contrast 16.38:1
Card sample
#cfee9f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee9f;
Background color
Panel with #cfee9f background
background-color: #cfee9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee9f; background: linear-gradient(135deg, #cfee9f, #9FEEA3);