#cef581
a light, electric green · cool · closest name: khaki
RGB
206, 245, 129
HSL
80°, 85%, 73%
CMYK
16, 0, 47, 4
Luminance
0.8001
Every format
| HEX | #cef581 |
| RGB | rgb(206, 245, 129) |
| HSL | hsl(80, 85%, 73%) |
| CMYK | cmyk(16%, 0%, 47%, 4%) |
| LAB | lab(91.7 -30.4 51.4) |
| LCH | lch(91.7 59.7 120.6) |
| OKLCH | oklch(0.918 0.150 124.6) |
Copy-ready code
/* CSS */
color: #cef581;
background-color: #cef581;
/* Tailwind (arbitrary) */
class="text-[#cef581] bg-[#cef581]"
/* SCSS */
$brand: #cef581;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.506)
/* Android */
Color.parseColor("#cef581")Accessibility — WCAG contrast
Aa
#cef581 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef581 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue50.6%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow47.3%
Key (black)3.9%
Color previews
#cef581 text on a black background
contrast 17.00:1
Card sample
#cef581 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef581;
Background color
Panel with #cef581 background
background-color: #cef581;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef581;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef581; background: linear-gradient(135deg, #cef581, #81F581);