#caad21
a balanced, vivid yellow · cool · closest name: gold
RGB
202, 173, 33
HSL
50°, 72%, 46%
CMYK
0, 14, 84, 21
Luminance
0.4255
Every format
| HEX | #caad21 |
| RGB | rgb(202, 173, 33) |
| HSL | hsl(50, 72%, 46%) |
| CMYK | cmyk(0%, 14%, 84%, 21%) |
| LAB | lab(71.3 -2.7 68.2) |
| LCH | lch(71.3 68.3 92.3) |
| OKLCH | oklch(0.751 0.147 96.1) |
Copy-ready code
/* CSS */
color: #caad21;
background-color: #caad21;
/* Tailwind (arbitrary) */
class="text-[#caad21] bg-[#caad21]"
/* SCSS */
$brand: #caad21;
/* SwiftUI */
Color(red: 0.792, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#caad21")Accessibility — WCAG contrast
Aa
#caad21 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caad21 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow83.7%
Key (black)20.8%
Color previews
#caad21 text on a black background
contrast 9.51:1
Card sample
#caad21 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caad21;
Background color
Panel with #caad21 background
background-color: #caad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caad21; background: linear-gradient(135deg, #caad21, #76CA21);