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