#cad521
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 213, 33
HSL
64°, 73%, 48%
CMYK
5, 0, 85, 17
Luminance
0.6025
Every format
| HEX | #cad521 |
| RGB | rgb(202, 213, 33) |
| HSL | hsl(64, 73%, 48%) |
| CMYK | cmyk(5%, 0%, 85%, 17%) |
| LAB | lab(82.0 -23.0 77.2) |
| LCH | lch(82.0 80.5 106.6) |
| OKLCH | oklch(0.837 0.181 113.5) |
Copy-ready code
/* CSS */
color: #cad521;
background-color: #cad521;
/* Tailwind (arbitrary) */
class="text-[#cad521] bg-[#cad521]"
/* SCSS */
$brand: #cad521;
/* SwiftUI */
Color(red: 0.792, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#cad521")Accessibility — WCAG contrast
Aa
#cad521 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad521 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.5%
Blue12.9%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#cad521 text on a black background
contrast 13.05:1
Card sample
#cad521 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad521;
Background color
Panel with #cad521 background
background-color: #cad521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad521; background: linear-gradient(135deg, #cad521, #52D521);