#cef484
a light, electric green · cool · closest name: khaki
RGB
206, 244, 132
HSL
80°, 84%, 74%
CMYK
16, 0, 46, 4
Luminance
0.7949
Every format
| HEX | #cef484 |
| RGB | rgb(206, 244, 132) |
| HSL | hsl(80, 84%, 74%) |
| CMYK | cmyk(16%, 0%, 46%, 4%) |
| LAB | lab(91.5 -29.6 49.7) |
| LCH | lch(91.5 57.9 120.8) |
| OKLCH | oklch(0.916 0.145 124.6) |
Copy-ready code
/* CSS */
color: #cef484;
background-color: #cef484;
/* Tailwind (arbitrary) */
class="text-[#cef484] bg-[#cef484]"
/* SCSS */
$brand: #cef484;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.518)
/* Android */
Color.parseColor("#cef484")Accessibility — WCAG contrast
Aa
#cef484 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef484 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue51.8%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow45.9%
Key (black)4.3%
Color previews
#cef484 text on a black background
contrast 16.90:1
Card sample
#cef484 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef484;
Background color
Panel with #cef484 background
background-color: #cef484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef484; background: linear-gradient(135deg, #cef484, #84F485);