#cfee89
a light, vivid green · cool · closest name: khaki
RGB
207, 238, 137
HSL
78°, 75%, 74%
CMYK
13, 0, 42, 7
Luminance
0.7622
Every format
| HEX | #cfee89 |
| RGB | rgb(207, 238, 137) |
| HSL | hsl(78, 75%, 74%) |
| CMYK | cmyk(13%, 0%, 42%, 7%) |
| LAB | lab(90.0 -25.9 45.5) |
| LCH | lch(90.0 52.3 119.6) |
| OKLCH | oklch(0.904 0.132 123.0) |
Copy-ready code
/* CSS */
color: #cfee89;
background-color: #cfee89;
/* Tailwind (arbitrary) */
class="text-[#cfee89] bg-[#cfee89]"
/* SCSS */
$brand: #cfee89;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.537)
/* Android */
Color.parseColor("#cfee89")Accessibility — WCAG contrast
Aa
#cfee89 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee89 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue53.7%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow42.4%
Key (black)6.7%
Color previews
#cfee89 text on a black background
contrast 16.24:1
Card sample
#cfee89 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee89;
Background color
Panel with #cfee89 background
background-color: #cfee89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee89; background: linear-gradient(135deg, #cfee89, #8CEE89);