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