#cab521
a balanced, vivid yellow · cool · closest name: gold
RGB
202, 181, 33
HSL
53°, 72%, 46%
CMYK
0, 10, 84, 21
Luminance
0.4571
Every format
| HEX | #cab521 |
| RGB | rgb(202, 181, 33) |
| HSL | hsl(53, 72%, 46%) |
| CMYK | cmyk(0%, 10%, 84%, 21%) |
| LAB | lab(73.4 -6.9 70.0) |
| LCH | lch(73.4 70.3 95.6) |
| OKLCH | oklch(0.768 0.152 100.4) |
Copy-ready code
/* CSS */
color: #cab521;
background-color: #cab521;
/* Tailwind (arbitrary) */
class="text-[#cab521] bg-[#cab521]"
/* SCSS */
$brand: #cab521;
/* SwiftUI */
Color(red: 0.792, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#cab521")Accessibility — WCAG contrast
Aa
#cab521 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab521 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow83.7%
Key (black)20.8%
Color previews
#cab521 text on a black background
contrast 10.14:1
Card sample
#cab521 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab521;
Background color
Panel with #cab521 background
background-color: #cab521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab521; background: linear-gradient(135deg, #cab521, #6FCA21);