#cae619
a balanced, electric yellow · cool · closest name: yellow
RGB
202, 230, 25
HSL
68°, 80%, 50%
CMYK
12, 0, 89, 10
Luminance
0.6922
Every format
| HEX | #cae619 |
| RGB | rgb(202, 230, 25) |
| HSL | hsl(68, 80%, 50%) |
| CMYK | cmyk(12%, 0%, 89%, 10%) |
| LAB | lab(86.6 -31.2 82.4) |
| LCH | lch(86.6 88.1 110.7) |
| OKLCH | oklch(0.874 0.200 118.4) |
Copy-ready code
/* CSS */
color: #cae619;
background-color: #cae619;
/* Tailwind (arbitrary) */
class="text-[#cae619] bg-[#cae619]"
/* SCSS */
$brand: #cae619;
/* SwiftUI */
Color(red: 0.792, green: 0.902, blue: 0.098)
/* Android */
Color.parseColor("#cae619")Accessibility — WCAG contrast
Aa
#cae619 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cae619 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green90.2%
Blue9.8%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow89.1%
Key (black)9.8%
Color previews
#cae619 text on a black background
contrast 14.84:1
Card sample
#cae619 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cae619;
Background color
Panel with #cae619 background
background-color: #cae619;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cae619;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 230, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 230, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cae619; background: linear-gradient(135deg, #cae619, #41E619);