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