#cef99c
a light, electric green · cool · closest name: khaki
RGB
206, 249, 156
HSL
88°, 89%, 79%
CMYK
17, 0, 37, 2
Luminance
0.8327
Every format
| HEX | #cef99c |
| RGB | rgb(206, 249, 156) |
| HSL | hsl(88, 89%, 79%) |
| CMYK | cmyk(17%, 0%, 37%, 2%) |
| LAB | lab(93.1 -29.1 40.2) |
| LCH | lch(93.1 49.7 125.9) |
| OKLCH | oklch(0.931 0.127 128.8) |
Copy-ready code
/* CSS */
color: #cef99c;
background-color: #cef99c;
/* Tailwind (arbitrary) */
class="text-[#cef99c] bg-[#cef99c]"
/* SCSS */
$brand: #cef99c;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.612)
/* Android */
Color.parseColor("#cef99c")Accessibility — WCAG contrast
Aa
#cef99c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef99c on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue61.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow37.3%
Key (black)2.4%
Color previews
#cef99c text on a black background
contrast 17.65:1
Card sample
#cef99c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef99c;
Background color
Panel with #cef99c background
background-color: #cef99c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef99c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef99c; background: linear-gradient(135deg, #cef99c, #9CF9A8);