#caeb3d
a balanced, electric green · cool · closest name: yellow
RGB
202, 235, 61
HSL
71°, 81%, 58%
CMYK
14, 0, 74, 8
Luminance
0.7231
Every format
| HEX | #caeb3d |
| RGB | rgb(202, 235, 61) |
| HSL | hsl(71, 81%, 58%) |
| CMYK | cmyk(14%, 0%, 74%, 8%) |
| LAB | lab(88.1 -32.4 75.1) |
| LCH | lch(88.1 81.8 113.3) |
| OKLCH | oklch(0.886 0.192 120.1) |
Copy-ready code
/* CSS */
color: #caeb3d;
background-color: #caeb3d;
/* Tailwind (arbitrary) */
class="text-[#caeb3d] bg-[#caeb3d]"
/* SCSS */
$brand: #caeb3d;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.239)
/* Android */
Color.parseColor("#caeb3d")Accessibility — WCAG contrast
Aa
#caeb3d on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb3d on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue23.9%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow74.0%
Key (black)7.8%
Color previews
#caeb3d text on a black background
contrast 15.46:1
Card sample
#caeb3d text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb3d;
Background color
Panel with #caeb3d background
background-color: #caeb3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb3d; background: linear-gradient(135deg, #caeb3d, #56EB3D);