#cade3b
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 222, 59
HSL
67°, 71%, 55%
CMYK
9, 0, 73, 13
Luminance
0.6511
Every format
| HEX | #cade3b |
| RGB | rgb(202, 222, 59) |
| HSL | hsl(67, 71%, 55%) |
| CMYK | cmyk(9%, 0%, 73%, 13%) |
| LAB | lab(84.5 -26.4 72.4) |
| LCH | lch(84.5 77.0 110.0) |
| OKLCH | oklch(0.858 0.179 116.5) |
Copy-ready code
/* CSS */
color: #cade3b;
background-color: #cade3b;
/* Tailwind (arbitrary) */
class="text-[#cade3b] bg-[#cade3b]"
/* SCSS */
$brand: #cade3b;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.231)
/* Android */
Color.parseColor("#cade3b")Accessibility — WCAG contrast
Aa
#cade3b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade3b on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue23.1%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow73.4%
Key (black)12.9%
Color previews
#cade3b text on a black background
contrast 14.02:1
Card sample
#cade3b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade3b;
Background color
Panel with #cade3b background
background-color: #cade3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade3b; background: linear-gradient(135deg, #cade3b, #5DDE3B);