#cef381
a light, electric green · cool · closest name: khaki
RGB
206, 243, 129
HSL
80°, 83%, 73%
CMYK
15, 0, 47, 5
Luminance
0.7881
Every format
| HEX | #cef381 |
| RGB | rgb(206, 243, 129) |
| HSL | hsl(80, 83%, 73%) |
| CMYK | cmyk(15%, 0%, 47%, 5%) |
| LAB | lab(91.2 -29.5 50.8) |
| LCH | lch(91.2 58.7 120.1) |
| OKLCH | oklch(0.913 0.147 124.1) |
Copy-ready code
/* CSS */
color: #cef381;
background-color: #cef381;
/* Tailwind (arbitrary) */
class="text-[#cef381] bg-[#cef381]"
/* SCSS */
$brand: #cef381;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.506)
/* Android */
Color.parseColor("#cef381")Accessibility — WCAG contrast
Aa
#cef381 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef381 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue50.6%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow46.9%
Key (black)4.7%
Color previews
#cef381 text on a black background
contrast 16.76:1
Card sample
#cef381 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef381;
Background color
Panel with #cef381 background
background-color: #cef381;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef381;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef381; background: linear-gradient(135deg, #cef381, #82F381);