#c99721
a balanced, vivid yellow · warm · closest name: peru
RGB
201, 151, 33
HSL
42°, 72%, 46%
CMYK
0, 25, 84, 21
Luminance
0.3466
Every format
| HEX | #c99721 |
| RGB | rgb(201, 151, 33) |
| HSL | hsl(42, 72%, 46%) |
| CMYK | cmyk(0%, 25%, 84%, 21%) |
| LAB | lab(65.5 8.6 63.3) |
| LCH | lch(65.5 63.9 82.2) |
| OKLCH | oklch(0.706 0.136 83.0) |
Copy-ready code
/* CSS */
color: #c99721;
background-color: #c99721;
/* Tailwind (arbitrary) */
class="text-[#c99721] bg-[#c99721]"
/* SCSS */
$brand: #c99721;
/* SwiftUI */
Color(red: 0.788, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#c99721")Accessibility — WCAG contrast
Aa
#c99721 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99721 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green59.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow83.6%
Key (black)21.2%
Color previews
#c99721 text on a black background
contrast 7.93:1
Card sample
#c99721 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99721;
Background color
Panel with #c99721 background
background-color: #c99721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99721; background: linear-gradient(135deg, #c99721, #8BC921);