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