#c97921
a balanced, vivid orange · warm · closest name: peru
RGB
201, 121, 33
HSL
31°, 72%, 46%
CMYK
0, 40, 84, 21
Luminance
0.2620
Every format
| HEX | #c97921 |
| RGB | rgb(201, 121, 33) |
| HSL | hsl(31, 72%, 46%) |
| CMYK | cmyk(0%, 40%, 84%, 21%) |
| LAB | lab(58.2 25.0 57.1) |
| LCH | lch(58.2 62.3 66.4) |
| OKLCH | oklch(0.649 0.137 62.2) |
Copy-ready code
/* CSS */
color: #c97921;
background-color: #c97921;
/* Tailwind (arbitrary) */
class="text-[#c97921] bg-[#c97921]"
/* SCSS */
$brand: #c97921;
/* SwiftUI */
Color(red: 0.788, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#c97921")Accessibility — WCAG contrast
Aa
#c97921 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97921 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow83.6%
Key (black)21.2%
Color previews
#c97921 text on a black background
contrast 6.24:1
Card sample
#c97921 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97921;
Background color
Panel with #c97921 background
background-color: #c97921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97921; background: linear-gradient(135deg, #c97921, #A9C921);