#cad821
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 216, 33
HSL
65°, 74%, 49%
CMYK
7, 0, 85, 15
Luminance
0.6178
Every format
| HEX | #cad821 |
| RGB | rgb(202, 216, 33) |
| HSL | hsl(65, 74%, 49%) |
| CMYK | cmyk(7%, 0%, 85%, 15%) |
| LAB | lab(82.8 -24.4 77.8) |
| LCH | lch(82.8 81.6 107.4) |
| OKLCH | oklch(0.843 0.184 114.5) |
Copy-ready code
/* CSS */
color: #cad821;
background-color: #cad821;
/* Tailwind (arbitrary) */
class="text-[#cad821] bg-[#cad821]"
/* SCSS */
$brand: #cad821;
/* SwiftUI */
Color(red: 0.792, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#cad821")Accessibility — WCAG contrast
Aa
#cad821 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad821 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.7%
Blue12.9%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#cad821 text on a black background
contrast 13.36:1
Card sample
#cad821 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad821;
Background color
Panel with #cad821 background
background-color: #cad821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad821; background: linear-gradient(135deg, #cad821, #50D821);