#c99a21
a balanced, vivid yellow · warm · closest name: peru
RGB
201, 154, 33
HSL
43°, 72%, 46%
CMYK
0, 23, 84, 21
Luminance
0.3564
Every format
| HEX | #c99a21 |
| RGB | rgb(201, 154, 33) |
| HSL | hsl(43, 72%, 46%) |
| CMYK | cmyk(0%, 23%, 84%, 21%) |
| LAB | lab(66.2 7.0 63.9) |
| LCH | lch(66.2 64.3 83.8) |
| OKLCH | oklch(0.712 0.137 85.0) |
Copy-ready code
/* CSS */
color: #c99a21;
background-color: #c99a21;
/* Tailwind (arbitrary) */
class="text-[#c99a21] bg-[#c99a21]"
/* SCSS */
$brand: #c99a21;
/* SwiftUI */
Color(red: 0.788, green: 0.604, blue: 0.129)
/* Android */
Color.parseColor("#c99a21")Accessibility — WCAG contrast
Aa
#c99a21 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99a21 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green60.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow83.6%
Key (black)21.2%
Color previews
#c99a21 text on a black background
contrast 8.13:1
Card sample
#c99a21 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99a21;
Background color
Panel with #c99a21 background
background-color: #c99a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 154, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 154, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99a21; background: linear-gradient(135deg, #c99a21, #88C921);