#ca9821
a balanced, vivid yellow · warm · closest name: peru
RGB
202, 152, 33
HSL
42°, 72%, 46%
CMYK
0, 25, 84, 21
Luminance
0.3512
Every format
| HEX | #ca9821 |
| RGB | rgb(202, 152, 33) |
| HSL | hsl(42, 72%, 46%) |
| CMYK | cmyk(0%, 25%, 84%, 21%) |
| LAB | lab(65.8 8.5 63.6) |
| LCH | lch(65.8 64.2 82.4) |
| OKLCH | oklch(0.709 0.137 83.2) |
Copy-ready code
/* CSS */
color: #ca9821;
background-color: #ca9821;
/* Tailwind (arbitrary) */
class="text-[#ca9821] bg-[#ca9821]"
/* SCSS */
$brand: #ca9821;
/* SwiftUI */
Color(red: 0.792, green: 0.596, blue: 0.129)
/* Android */
Color.parseColor("#ca9821")Accessibility — WCAG contrast
Aa
#ca9821 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9821 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green59.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow83.7%
Key (black)20.8%
Color previews
#ca9821 text on a black background
contrast 8.02:1
Card sample
#ca9821 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9821;
Background color
Panel with #ca9821 background
background-color: #ca9821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 152, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 152, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9821; background: linear-gradient(135deg, #ca9821, #8CCA21);