#cade0a
a balanced, electric yellow · cool · closest name: yellow
RGB
202, 222, 10
HSL
66°, 91%, 46%
CMYK
9, 0, 96, 13
Luminance
0.6482
Every format
| HEX | #cade0a |
| RGB | rgb(202, 222, 10) |
| HSL | hsl(66, 91%, 46%) |
| CMYK | cmyk(9%, 0%, 96%, 13%) |
| LAB | lab(84.4 -27.7 82.4) |
| LCH | lch(84.4 87.0 108.5) |
| OKLCH | oklch(0.856 0.195 116.2) |
Copy-ready code
/* CSS */
color: #cade0a;
background-color: #cade0a;
/* Tailwind (arbitrary) */
class="text-[#cade0a] bg-[#cade0a]"
/* SCSS */
$brand: #cade0a;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.039)
/* Android */
Color.parseColor("#cade0a")Accessibility — WCAG contrast
Aa
#cade0a on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade0a on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue3.9%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow95.5%
Key (black)12.9%
Color previews
#cade0a text on a black background
contrast 13.96:1
Card sample
#cade0a text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade0a;
Background color
Panel with #cade0a background
background-color: #cade0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade0a; background: linear-gradient(135deg, #cade0a, #3DDE0A);