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