#c05f13
a dark, electric orange · warm · closest name: chocolate
RGB
192, 95, 19
HSL
26°, 82%, 41%
CMYK
0, 51, 90, 25
Luminance
0.1944
Every format
| HEX | #c05f13 |
| RGB | rgb(192, 95, 19) |
| HSL | hsl(26, 82%, 41%) |
| CMYK | cmyk(0%, 51%, 90%, 25%) |
| LAB | lab(51.2 34.7 55.4) |
| LCH | lch(51.2 65.4 57.9) |
| OKLCH | oklch(0.592 0.147 51.2) |
Copy-ready code
/* CSS */
color: #c05f13;
background-color: #c05f13;
/* Tailwind (arbitrary) */
class="text-[#c05f13] bg-[#c05f13]"
/* SCSS */
$brand: #c05f13;
/* SwiftUI */
Color(red: 0.753, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#c05f13")Accessibility — WCAG contrast
Aa
#c05f13 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c05f13 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow90.1%
Key (black)24.7%
Color previews
#c05f13 text on a black background
contrast 4.89:1
Card sample
#c05f13 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c05f13;
Background color
Panel with #c05f13 background
background-color: #c05f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c05f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c05f13; background: linear-gradient(135deg, #c05f13, #AEC013);