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