#c97521
a balanced, vivid orange · warm · closest name: chocolate
RGB
201, 117, 33
HSL
30°, 72%, 46%
CMYK
0, 42, 84, 21
Luminance
0.2525
Every format
| HEX | #c97521 |
| RGB | rgb(201, 117, 33) |
| HSL | hsl(30, 72%, 46%) |
| CMYK | cmyk(0%, 42%, 84%, 21%) |
| LAB | lab(57.3 27.1 56.3) |
| LCH | lch(57.3 62.5 64.3) |
| OKLCH | oklch(0.642 0.139 59.6) |
Copy-ready code
/* CSS */
color: #c97521;
background-color: #c97521;
/* Tailwind (arbitrary) */
class="text-[#c97521] bg-[#c97521]"
/* SCSS */
$brand: #c97521;
/* SwiftUI */
Color(red: 0.788, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#c97521")Accessibility — WCAG contrast
Aa
#c97521 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97521 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow83.6%
Key (black)21.2%
Color previews
#c97521 text on a black background
contrast 6.05:1
Card sample
#c97521 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97521;
Background color
Panel with #c97521 background
background-color: #c97521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97521; background: linear-gradient(135deg, #c97521, #ADC921);