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