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