#cef09c
a light, vivid green · cool · closest name: khaki
RGB
206, 240, 156
HSL
84°, 74%, 78%
CMYK
14, 0, 35, 6
Luminance
0.7784
Every format
| HEX | #cef09c |
| RGB | rgb(206, 240, 156) |
| HSL | hsl(84, 74%, 78%) |
| CMYK | cmyk(14%, 0%, 35%, 6%) |
| LAB | lab(90.7 -24.9 37.0) |
| LCH | lch(90.7 44.6 123.9) |
| OKLCH | oklch(0.911 0.114 126.5) |
Copy-ready code
/* CSS */
color: #cef09c;
background-color: #cef09c;
/* Tailwind (arbitrary) */
class="text-[#cef09c] bg-[#cef09c]"
/* SCSS */
$brand: #cef09c;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#cef09c")Accessibility — WCAG contrast
Aa
#cef09c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef09c on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue61.2%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow35.0%
Key (black)5.9%
Color previews
#cef09c text on a black background
contrast 16.57:1
Card sample
#cef09c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef09c;
Background color
Panel with #cef09c background
background-color: #cef09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef09c; background: linear-gradient(135deg, #cef09c, #9CF0A2);