#cef89c
a light, electric green · cool · closest name: khaki
RGB
206, 248, 156
HSL
87°, 87%, 79%
CMYK
17, 0, 37, 3
Luminance
0.8266
Every format
| HEX | #cef89c |
| RGB | rgb(206, 248, 156) |
| HSL | hsl(87, 87%, 79%) |
| CMYK | cmyk(17%, 0%, 37%, 3%) |
| LAB | lab(92.9 -28.7 39.9) |
| LCH | lch(92.9 49.1 125.7) |
| OKLCH | oklch(0.928 0.126 128.6) |
Copy-ready code
/* CSS */
color: #cef89c;
background-color: #cef89c;
/* Tailwind (arbitrary) */
class="text-[#cef89c] bg-[#cef89c]"
/* SCSS */
$brand: #cef89c;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.612)
/* Android */
Color.parseColor("#cef89c")Accessibility — WCAG contrast
Aa
#cef89c on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef89c on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue61.2%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow37.1%
Key (black)2.7%
Color previews
#cef89c text on a black background
contrast 17.53:1
Card sample
#cef89c text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef89c;
Background color
Panel with #cef89c background
background-color: #cef89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef89c; background: linear-gradient(135deg, #cef89c, #9CF8A7);