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