#c06413
a dark, electric orange · warm · closest name: chocolate
RGB
192, 100, 19
HSL
28°, 82%, 41%
CMYK
0, 48, 90, 25
Luminance
0.2037
Every format
| HEX | #c06413 |
| RGB | rgb(192, 100, 19) |
| HSL | hsl(28, 82%, 41%) |
| CMYK | cmyk(0%, 48%, 90%, 25%) |
| LAB | lab(52.3 32.1 56.2) |
| LCH | lch(52.3 64.8 60.3) |
| OKLCH | oklch(0.600 0.144 54.1) |
Copy-ready code
/* CSS */
color: #c06413;
background-color: #c06413;
/* Tailwind (arbitrary) */
class="text-[#c06413] bg-[#c06413]"
/* SCSS */
$brand: #c06413;
/* SwiftUI */
Color(red: 0.753, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#c06413")Accessibility — WCAG contrast
Aa
#c06413 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06413 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green39.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow90.1%
Key (black)24.7%
Color previews
#c06413 text on a black background
contrast 5.07:1
Card sample
#c06413 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06413;
Background color
Panel with #c06413 background
background-color: #c06413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06413; background: linear-gradient(135deg, #c06413, #A9C013);