#cef577
a light, electric green · cool · closest name: khaki
RGB
206, 245, 119
HSL
79°, 86%, 71%
CMYK
16, 0, 51, 4
Luminance
0.7976
Every format
| HEX | #cef577 |
| RGB | rgb(206, 245, 119) |
| HSL | hsl(79, 86%, 71%) |
| CMYK | cmyk(16%, 0%, 51%, 4%) |
| LAB | lab(91.6 -31.4 55.9) |
| LCH | lch(91.6 64.1 119.3) |
| OKLCH | oklch(0.916 0.159 123.8) |
Copy-ready code
/* CSS */
color: #cef577;
background-color: #cef577;
/* Tailwind (arbitrary) */
class="text-[#cef577] bg-[#cef577]"
/* SCSS */
$brand: #cef577;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#cef577")Accessibility — WCAG contrast
Aa
#cef577 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef577 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue46.7%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#cef577 text on a black background
contrast 16.95:1
Card sample
#cef577 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef577;
Background color
Panel with #cef577 background
background-color: #cef577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef577; background: linear-gradient(135deg, #cef577, #7AF577);