#cffc89
a light, electric green · cool · closest name: khaki
RGB
207, 252, 137
HSL
84°, 95%, 76%
CMYK
18, 0, 46, 1
Luminance
0.8469
Every format
| HEX | #cffc89 |
| RGB | rgb(207, 252, 137) |
| HSL | hsl(84, 95%, 76%) |
| CMYK | cmyk(18%, 0%, 46%, 1%) |
| LAB | lab(93.8 -32.4 50.2) |
| LCH | lch(93.8 59.7 122.9) |
| OKLCH | oklch(0.935 0.151 126.7) |
Copy-ready code
/* CSS */
color: #cffc89;
background-color: #cffc89;
/* Tailwind (arbitrary) */
class="text-[#cffc89] bg-[#cffc89]"
/* SCSS */
$brand: #cffc89;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.537)
/* Android */
Color.parseColor("#cffc89")Accessibility — WCAG contrast
Aa
#cffc89 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc89 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue53.7%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow45.6%
Key (black)1.2%
Color previews
#cffc89 text on a black background
contrast 17.94:1
Card sample
#cffc89 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc89;
Background color
Panel with #cffc89 background
background-color: #cffc89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc89; background: linear-gradient(135deg, #cffc89, #89FC90);