#cef28c
a light, electric green · cool · closest name: khaki
RGB
206, 242, 140
HSL
81°, 80%, 75%
CMYK
15, 0, 42, 5
Luminance
0.7852
Every format
| HEX | #cef28c |
| RGB | rgb(206, 242, 140) |
| HSL | hsl(81, 80%, 75%) |
| CMYK | cmyk(15%, 0%, 42%, 5%) |
| LAB | lab(91.0 -27.8 45.3) |
| LCH | lch(91.0 53.2 121.5) |
| OKLCH | oklch(0.913 0.134 124.9) |
Copy-ready code
/* CSS */
color: #cef28c;
background-color: #cef28c;
/* Tailwind (arbitrary) */
class="text-[#cef28c] bg-[#cef28c]"
/* SCSS */
$brand: #cef28c;
/* SwiftUI */
Color(red: 0.808, green: 0.949, blue: 0.549)
/* Android */
Color.parseColor("#cef28c")Accessibility — WCAG contrast
Aa
#cef28c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef28c on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.9%
Blue54.9%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow42.1%
Key (black)5.1%
Color previews
#cef28c text on a black background
contrast 16.70:1
Card sample
#cef28c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef28c;
Background color
Panel with #cef28c background
background-color: #cef28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 242, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 242, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef28c; background: linear-gradient(135deg, #cef28c, #8CF28E);