#c95113
a dark, electric orange · warm · closest name: chocolate
RGB
201, 81, 19
HSL
20°, 83%, 43%
CMYK
0, 60, 91, 21
Luminance
0.1835
Every format
| HEX | #c95113 |
| RGB | rgb(201, 81, 19) |
| HSL | hsl(20, 83%, 43%) |
| CMYK | cmyk(0%, 60%, 91%, 21%) |
| LAB | lab(49.9 45.1 55.1) |
| LCH | lch(49.9 71.3 50.7) |
| OKLCH | oklch(0.585 0.167 42.5) |
Copy-ready code
/* CSS */
color: #c95113;
background-color: #c95113;
/* Tailwind (arbitrary) */
class="text-[#c95113] bg-[#c95113]"
/* SCSS */
$brand: #c95113;
/* SwiftUI */
Color(red: 0.788, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#c95113")Accessibility — WCAG contrast
Aa
#c95113 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c95113 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow90.5%
Key (black)21.2%
Color previews
#c95113 text on a black background
contrast 4.67:1
Card sample
#c95113 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95113;
Background color
Panel with #c95113 background
background-color: #c95113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95113; background: linear-gradient(135deg, #c95113, #C8C913);