#cfee96
a light, vivid green · cool · closest name: khaki
RGB
207, 238, 150
HSL
81°, 72%, 76%
CMYK
13, 0, 37, 7
Luminance
0.7662
Every format
| HEX | #cfee96 |
| RGB | rgb(207, 238, 150) |
| HSL | hsl(81, 72%, 76%) |
| CMYK | cmyk(13%, 0%, 37%, 7%) |
| LAB | lab(90.1 -24.3 39.3) |
| LCH | lch(90.1 46.2 121.7) |
| OKLCH | oklch(0.906 0.117 124.5) |
Copy-ready code
/* CSS */
color: #cfee96;
background-color: #cfee96;
/* Tailwind (arbitrary) */
class="text-[#cfee96] bg-[#cfee96]"
/* SCSS */
$brand: #cfee96;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.588)
/* Android */
Color.parseColor("#cfee96")Accessibility — WCAG contrast
Aa
#cfee96 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee96 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue58.8%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow37.0%
Key (black)6.7%
Color previews
#cfee96 text on a black background
contrast 16.32:1
Card sample
#cfee96 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee96;
Background color
Panel with #cfee96 background
background-color: #cfee96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee96; background: linear-gradient(135deg, #cfee96, #96EE98);