#caeb49
a balanced, electric green · cool · closest name: yellow
RGB
202, 235, 73
HSL
72°, 80%, 60%
CMYK
14, 0, 69, 8
Luminance
0.7245
Every format
| HEX | #caeb49 |
| RGB | rgb(202, 235, 73) |
| HSL | hsl(72, 80%, 60%) |
| CMYK | cmyk(14%, 0%, 69%, 8%) |
| LAB | lab(88.2 -31.8 71.2) |
| LCH | lch(88.2 77.9 114.0) |
| OKLCH | oklch(0.887 0.185 120.4) |
Copy-ready code
/* CSS */
color: #caeb49;
background-color: #caeb49;
/* Tailwind (arbitrary) */
class="text-[#caeb49] bg-[#caeb49]"
/* SCSS */
$brand: #caeb49;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#caeb49")Accessibility — WCAG contrast
Aa
#caeb49 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb49 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue28.6%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#caeb49 text on a black background
contrast 15.49:1
Card sample
#caeb49 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb49;
Background color
Panel with #caeb49 background
background-color: #caeb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb49; background: linear-gradient(135deg, #caeb49, #5EEB49);