#ac4913
a dark, electric orange · warm · closest name: chocolate
RGB
172, 73, 19
HSL
21°, 80%, 38%
CMYK
0, 58, 89, 33
Luminance
0.1358
Every format
| HEX | #ac4913 |
| RGB | rgb(172, 73, 19) |
| HSL | hsl(21, 80%, 38%) |
| CMYK | cmyk(0%, 58%, 89%, 33%) |
| LAB | lab(43.6 37.9 48.3) |
| LCH | lch(43.6 61.4 51.8) |
| OKLCH | oklch(0.528 0.144 44.1) |
Copy-ready code
/* CSS */
color: #ac4913;
background-color: #ac4913;
/* Tailwind (arbitrary) */
class="text-[#ac4913] bg-[#ac4913]"
/* SCSS */
$brand: #ac4913;
/* SwiftUI */
Color(red: 0.675, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#ac4913")Accessibility — WCAG contrast
Aa
#ac4913 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4913 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow89.0%
Key (black)32.5%
Color previews
#ac4913 text on a black background
contrast 3.72:1
Card sample
#ac4913 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4913;
Background color
Panel with #ac4913 background
background-color: #ac4913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4913; background: linear-gradient(135deg, #ac4913, #A9AC13);