#cef58b
a light, electric green · cool · closest name: khaki
RGB
206, 245, 139
HSL
82°, 84%, 75%
CMYK
16, 0, 43, 4
Luminance
0.8029
Every format
| HEX | #cef58b |
| RGB | rgb(206, 245, 139) |
| HSL | hsl(82, 84%, 75%) |
| CMYK | cmyk(16%, 0%, 43%, 4%) |
| LAB | lab(91.8 -29.3 46.8) |
| LCH | lch(91.8 55.2 122.1) |
| OKLCH | oklch(0.919 0.140 125.6) |
Copy-ready code
/* CSS */
color: #cef58b;
background-color: #cef58b;
/* Tailwind (arbitrary) */
class="text-[#cef58b] bg-[#cef58b]"
/* SCSS */
$brand: #cef58b;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.545)
/* Android */
Color.parseColor("#cef58b")Accessibility — WCAG contrast
Aa
#cef58b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef58b on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue54.5%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow43.3%
Key (black)3.9%
Color previews
#cef58b text on a black background
contrast 17.06:1
Card sample
#cef58b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef58b;
Background color
Panel with #cef58b background
background-color: #cef58b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef58b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef58b; background: linear-gradient(135deg, #cef58b, #8BF58F);