#caeb14
a balanced, electric yellow · cool · closest name: yellow
RGB
202, 235, 20
HSL
69°, 84%, 50%
CMYK
14, 0, 92, 8
Luminance
0.7202
Every format
| HEX | #caeb14 |
| RGB | rgb(202, 235, 20) |
| HSL | hsl(69, 84%, 50%) |
| CMYK | cmyk(14%, 0%, 92%, 8%) |
| LAB | lab(88.0 -33.6 84.2) |
| LCH | lch(88.0 90.6 111.7) |
| OKLCH | oklch(0.885 0.206 119.5) |
Copy-ready code
/* CSS */
color: #caeb14;
background-color: #caeb14;
/* Tailwind (arbitrary) */
class="text-[#caeb14] bg-[#caeb14]"
/* SCSS */
$brand: #caeb14;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.078)
/* Android */
Color.parseColor("#caeb14")Accessibility — WCAG contrast
Aa
#caeb14 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb14 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue7.8%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow91.5%
Key (black)7.8%
Color previews
#caeb14 text on a black background
contrast 15.40:1
Card sample
#caeb14 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb14;
Background color
Panel with #caeb14 background
background-color: #caeb14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb14; background: linear-gradient(135deg, #caeb14, #3BEB14);