#cef57f
a light, electric green · cool · closest name: khaki
RGB
206, 245, 127
HSL
80°, 86%, 73%
CMYK
16, 0, 48, 4
Luminance
0.7996
Every format
| HEX | #cef57f |
| RGB | rgb(206, 245, 127) |
| HSL | hsl(80, 86%, 73%) |
| CMYK | cmyk(16%, 0%, 48%, 4%) |
| LAB | lab(91.7 -30.6 52.3) |
| LCH | lch(91.7 60.6 120.3) |
| OKLCH | oklch(0.917 0.151 124.4) |
Copy-ready code
/* CSS */
color: #cef57f;
background-color: #cef57f;
/* Tailwind (arbitrary) */
class="text-[#cef57f] bg-[#cef57f]"
/* SCSS */
$brand: #cef57f;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.498)
/* Android */
Color.parseColor("#cef57f")Accessibility — WCAG contrast
Aa
#cef57f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef57f on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue49.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow48.2%
Key (black)3.9%
Color previews
#cef57f text on a black background
contrast 16.99:1
Card sample
#cef57f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef57f;
Background color
Panel with #cef57f background
background-color: #cef57f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef57f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef57f; background: linear-gradient(135deg, #cef57f, #7FF57F);