#caee21
a balanced, electric green · cool · closest name: yellow
RGB
202, 238, 33
HSL
71°, 86%, 53%
CMYK
15, 0, 86, 7
Luminance
0.7382
Every format
| HEX | #caee21 |
| RGB | rgb(202, 238, 33) |
| HSL | hsl(71, 86%, 53%) |
| CMYK | cmyk(15%, 0%, 86%, 7%) |
| LAB | lab(88.8 -34.7 82.8) |
| LCH | lch(88.8 89.8 112.7) |
| OKLCH | oklch(0.892 0.206 120.3) |
Copy-ready code
/* CSS */
color: #caee21;
background-color: #caee21;
/* Tailwind (arbitrary) */
class="text-[#caee21] bg-[#caee21]"
/* SCSS */
$brand: #caee21;
/* SwiftUI */
Color(red: 0.792, green: 0.933, blue: 0.129)
/* Android */
Color.parseColor("#caee21")Accessibility — WCAG contrast
Aa
#caee21 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caee21 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green93.3%
Blue12.9%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow86.1%
Key (black)6.7%
Color previews
#caee21 text on a black background
contrast 15.76:1
Card sample
#caee21 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caee21;
Background color
Panel with #caee21 background
background-color: #caee21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caee21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 238, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 238, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caee21; background: linear-gradient(135deg, #caee21, #41EE21);