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