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