#caeb4f
a balanced, electric green · cool · closest name: yellow
RGB
202, 235, 79
HSL
73°, 80%, 62%
CMYK
14, 0, 66, 8
Luminance
0.7254
Every format
| HEX | #caeb4f |
| RGB | rgb(202, 235, 79) |
| HSL | hsl(73, 80%, 62%) |
| CMYK | cmyk(14%, 0%, 66%, 8%) |
| LAB | lab(88.2 -31.4 69.0) |
| LCH | lch(88.2 75.8 114.5) |
| OKLCH | oklch(0.888 0.181 120.5) |
Copy-ready code
/* CSS */
color: #caeb4f;
background-color: #caeb4f;
/* Tailwind (arbitrary) */
class="text-[#caeb4f] bg-[#caeb4f]"
/* SCSS */
$brand: #caeb4f;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.310)
/* Android */
Color.parseColor("#caeb4f")Accessibility — WCAG contrast
Aa
#caeb4f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb4f on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue31.0%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow66.4%
Key (black)7.8%
Color previews
#caeb4f text on a black background
contrast 15.51:1
Card sample
#caeb4f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb4f;
Background color
Panel with #caeb4f background
background-color: #caeb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb4f; background: linear-gradient(135deg, #caeb4f, #62EB4F);