#caeb21
a balanced, electric yellow · cool · closest name: yellow
RGB
202, 235, 33
HSL
70°, 84%, 53%
CMYK
14, 0, 86, 8
Luminance
0.7208
Every format
| HEX | #caeb21 |
| RGB | rgb(202, 235, 33) |
| HSL | hsl(70, 84%, 53%) |
| CMYK | cmyk(14%, 0%, 86%, 8%) |
| LAB | lab(88.0 -33.3 82.2) |
| LCH | lch(88.0 88.7 112.1) |
| OKLCH | oklch(0.885 0.203 119.6) |
Copy-ready code
/* CSS */
color: #caeb21;
background-color: #caeb21;
/* Tailwind (arbitrary) */
class="text-[#caeb21] bg-[#caeb21]"
/* SCSS */
$brand: #caeb21;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.129)
/* Android */
Color.parseColor("#caeb21")Accessibility — WCAG contrast
Aa
#caeb21 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb21 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue12.9%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow86.0%
Key (black)7.8%
Color previews
#caeb21 text on a black background
contrast 15.42:1
Card sample
#caeb21 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb21;
Background color
Panel with #caeb21 background
background-color: #caeb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb21; background: linear-gradient(135deg, #caeb21, #43EB21);