#ca9e21
a balanced, vivid yellow · warm · closest name: peru
RGB
202, 158, 33
HSL
44°, 72%, 46%
CMYK
0, 22, 84, 21
Luminance
0.3712
Every format
| HEX | #ca9e21 |
| RGB | rgb(202, 158, 33) |
| HSL | hsl(44, 72%, 46%) |
| CMYK | cmyk(0%, 22%, 84%, 21%) |
| LAB | lab(67.4 5.3 64.9) |
| LCH | lch(67.4 65.1 85.4) |
| OKLCH | oklch(0.721 0.139 87.1) |
Copy-ready code
/* CSS */
color: #ca9e21;
background-color: #ca9e21;
/* Tailwind (arbitrary) */
class="text-[#ca9e21] bg-[#ca9e21]"
/* SCSS */
$brand: #ca9e21;
/* SwiftUI */
Color(red: 0.792, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#ca9e21")Accessibility — WCAG contrast
Aa
#ca9e21 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9e21 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green62.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow83.7%
Key (black)20.8%
Color previews
#ca9e21 text on a black background
contrast 8.42:1
Card sample
#ca9e21 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9e21;
Background color
Panel with #ca9e21 background
background-color: #ca9e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9e21; background: linear-gradient(135deg, #ca9e21, #85CA21);