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