#c95721
a balanced, vivid orange · warm · closest name: chocolate
RGB
201, 87, 33
HSL
19°, 72%, 46%
CMYK
0, 57, 84, 21
Luminance
0.1934
Every format
| HEX | #c95721 |
| RGB | rgb(201, 87, 33) |
| HSL | hsl(19, 72%, 46%) |
| CMYK | cmyk(0%, 57%, 84%, 21%) |
| LAB | lab(51.1 42.6 50.8) |
| LCH | lch(51.1 66.3 50.0) |
| OKLCH | oklch(0.594 0.159 42.7) |
Copy-ready code
/* CSS */
color: #c95721;
background-color: #c95721;
/* Tailwind (arbitrary) */
class="text-[#c95721] bg-[#c95721]"
/* SCSS */
$brand: #c95721;
/* SwiftUI */
Color(red: 0.788, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#c95721")Accessibility — WCAG contrast
Aa
#c95721 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95721 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.7%
Yellow83.6%
Key (black)21.2%
Color previews
#c95721 text on a black background
contrast 4.87:1
Card sample
#c95721 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95721;
Background color
Panel with #c95721 background
background-color: #c95721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95721; background: linear-gradient(135deg, #c95721, #C9C721);