#caeb2d
a balanced, electric green · cool · closest name: yellow
RGB
202, 235, 45
HSL
70°, 83%, 55%
CMYK
14, 0, 81, 8
Luminance
0.7216
Every format
| HEX | #caeb2d |
| RGB | rgb(202, 235, 45) |
| HSL | hsl(70, 83%, 55%) |
| CMYK | cmyk(14%, 0%, 81%, 8%) |
| LAB | lab(88.0 -33.0 79.6) |
| LCH | lch(88.0 86.1 112.5) |
| OKLCH | oklch(0.886 0.199 119.8) |
Copy-ready code
/* CSS */
color: #caeb2d;
background-color: #caeb2d;
/* Tailwind (arbitrary) */
class="text-[#caeb2d] bg-[#caeb2d]"
/* SCSS */
$brand: #caeb2d;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.176)
/* Android */
Color.parseColor("#caeb2d")Accessibility — WCAG contrast
Aa
#caeb2d on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb2d on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue17.6%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow80.9%
Key (black)7.8%
Color previews
#caeb2d text on a black background
contrast 15.43:1
Card sample
#caeb2d text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb2d;
Background color
Panel with #caeb2d background
background-color: #caeb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb2d; background: linear-gradient(135deg, #caeb2d, #4BEB2D);