#cef47c
a light, electric green · cool · closest name: khaki
RGB
206, 244, 124
HSL
79°, 85%, 72%
CMYK
16, 0, 49, 4
Luminance
0.7928
Every format
| HEX | #cef47c |
| RGB | rgb(206, 244, 124) |
| HSL | hsl(79, 85%, 72%) |
| CMYK | cmyk(16%, 0%, 49%, 4%) |
| LAB | lab(91.4 -30.4 53.4) |
| LCH | lch(91.4 61.4 119.7) |
| OKLCH | oklch(0.915 0.153 123.9) |
Copy-ready code
/* CSS */
color: #cef47c;
background-color: #cef47c;
/* Tailwind (arbitrary) */
class="text-[#cef47c] bg-[#cef47c]"
/* SCSS */
$brand: #cef47c;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.486)
/* Android */
Color.parseColor("#cef47c")Accessibility — WCAG contrast
Aa
#cef47c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef47c on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue48.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow49.2%
Key (black)4.3%
Color previews
#cef47c text on a black background
contrast 16.86:1
Card sample
#cef47c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef47c;
Background color
Panel with #cef47c background
background-color: #cef47c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef47c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef47c; background: linear-gradient(135deg, #cef47c, #7EF47C);