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