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