#ac4613
a dark, electric orange · warm · closest name: sienna
RGB
172, 70, 19
HSL
20°, 80%, 38%
CMYK
0, 59, 89, 33
Luminance
0.1320
Every format
| HEX | #ac4613 |
| RGB | rgb(172, 70, 19) |
| HSL | hsl(20, 80%, 38%) |
| CMYK | cmyk(0%, 59%, 89%, 33%) |
| LAB | lab(43.1 39.4 47.8) |
| LCH | lch(43.1 62.0 50.5) |
| OKLCH | oklch(0.524 0.146 42.6) |
Copy-ready code
/* CSS */
color: #ac4613;
background-color: #ac4613;
/* Tailwind (arbitrary) */
class="text-[#ac4613] bg-[#ac4613]"
/* SCSS */
$brand: #ac4613;
/* SwiftUI */
Color(red: 0.675, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#ac4613")Accessibility — WCAG contrast
Aa
#ac4613 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4613 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green27.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow89.0%
Key (black)32.5%
Color previews
#ac4613 text on a black background
contrast 3.64:1
Card sample
#ac4613 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4613;
Background color
Panel with #ac4613 background
background-color: #ac4613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4613; background: linear-gradient(135deg, #ac4613, #ACAC13);