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