#cad721
a balanced, vivid yellow · cool · closest name: yellow
RGB
202, 215, 33
HSL
64°, 73%, 49%
CMYK
6, 0, 85, 16
Luminance
0.6127
Every format
| HEX | #cad721 |
| RGB | rgb(202, 215, 33) |
| HSL | hsl(64, 73%, 49%) |
| CMYK | cmyk(6%, 0%, 85%, 16%) |
| LAB | lab(82.5 -23.9 77.6) |
| LCH | lch(82.5 81.2 107.1) |
| OKLCH | oklch(0.841 0.183 114.2) |
Copy-ready code
/* CSS */
color: #cad721;
background-color: #cad721;
/* Tailwind (arbitrary) */
class="text-[#cad721] bg-[#cad721]"
/* SCSS */
$brand: #cad721;
/* SwiftUI */
Color(red: 0.792, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#cad721")Accessibility — WCAG contrast
Aa
#cad721 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad721 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.3%
Blue12.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#cad721 text on a black background
contrast 13.25:1
Card sample
#cad721 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad721;
Background color
Panel with #cad721 background
background-color: #cad721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad721; background: linear-gradient(135deg, #cad721, #51D721);