#c04500
a dark, electric orange · warm · closest name: chocolate
RGB
192, 69, 0
HSL
22°, 100%, 38%
CMYK
0, 64, 100, 25
Luminance
0.1546
Every format
| HEX | #c04500 |
| RGB | rgb(192, 69, 0) |
| HSL | hsl(22, 100%, 38%) |
| CMYK | cmyk(0%, 64%, 100%, 25%) |
| LAB | lab(46.3 47.1 57.1) |
| LCH | lch(46.3 74.0 50.5) |
| OKLCH | oklch(0.554 0.170 41.2) |
Copy-ready code
/* CSS */
color: #c04500;
background-color: #c04500;
/* Tailwind (arbitrary) */
class="text-[#c04500] bg-[#c04500]"
/* SCSS */
$brand: #c04500;
/* SwiftUI */
Color(red: 0.753, green: 0.271, blue: 0.000)
/* Android */
Color.parseColor("#c04500")Accessibility — WCAG contrast
Aa
#c04500 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04500 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green27.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow100.0%
Key (black)24.7%
Color previews
#c04500 text on a black background
contrast 4.09:1
Card sample
#c04500 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04500;
Background color
Panel with #c04500 background
background-color: #c04500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 69, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 69, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04500; background: linear-gradient(135deg, #c04500, #BBC000);