#cab821
a balanced, vivid yellow · cool · closest name: gold
RGB
202, 184, 33
HSL
54°, 72%, 46%
CMYK
0, 9, 84, 21
Luminance
0.4695
Every format
| HEX | #cab821 |
| RGB | rgb(202, 184, 33) |
| HSL | hsl(54, 72%, 46%) |
| CMYK | cmyk(0%, 9%, 84%, 21%) |
| LAB | lab(74.2 -8.4 70.6) |
| LCH | lch(74.2 71.1 96.8) |
| OKLCH | oklch(0.774 0.155 101.9) |
Copy-ready code
/* CSS */
color: #cab821;
background-color: #cab821;
/* Tailwind (arbitrary) */
class="text-[#cab821] bg-[#cab821]"
/* SCSS */
$brand: #cab821;
/* SwiftUI */
Color(red: 0.792, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#cab821")Accessibility — WCAG contrast
Aa
#cab821 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab821 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow83.7%
Key (black)20.8%
Color previews
#cab821 text on a black background
contrast 10.39:1
Card sample
#cab821 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab821;
Background color
Panel with #cab821 background
background-color: #cab821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab821; background: linear-gradient(135deg, #cab821, #6BCA21);