#caef1c
a balanced, electric green · cool · closest name: yellow
RGB
202, 239, 28
HSL
71°, 87%, 52%
CMYK
16, 0, 88, 6
Luminance
0.7437
Every format
| HEX | #caef1c |
| RGB | rgb(202, 239, 28) |
| HSL | hsl(71, 87%, 52%) |
| CMYK | cmyk(16%, 0%, 88%, 6%) |
| LAB | lab(89.1 -35.3 83.9) |
| LCH | lch(89.1 91.0 112.8) |
| OKLCH | oklch(0.894 0.209 120.5) |
Copy-ready code
/* CSS */
color: #caef1c;
background-color: #caef1c;
/* Tailwind (arbitrary) */
class="text-[#caef1c] bg-[#caef1c]"
/* SCSS */
$brand: #caef1c;
/* SwiftUI */
Color(red: 0.792, green: 0.937, blue: 0.110)
/* Android */
Color.parseColor("#caef1c")Accessibility — WCAG contrast
Aa
#caef1c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caef1c on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green93.7%
Blue11.0%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow88.3%
Key (black)6.3%
Color previews
#caef1c text on a black background
contrast 15.87:1
Card sample
#caef1c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caef1c;
Background color
Panel with #caef1c background
background-color: #caef1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caef1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 239, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 239, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caef1c; background: linear-gradient(135deg, #caef1c, #3EEF1C);