#ac4113
a dark, electric orange · warm · closest name: sienna
RGB
172, 65, 19
HSL
18°, 80%, 38%
CMYK
0, 62, 89, 33
Luminance
0.1260
Every format
| HEX | #ac4113 |
| RGB | rgb(172, 65, 19) |
| HSL | hsl(18, 80%, 38%) |
| CMYK | cmyk(0%, 62%, 89%, 33%) |
| LAB | lab(42.2 41.8 47.1) |
| LCH | lch(42.2 63.0 48.4) |
| OKLCH | oklch(0.517 0.150 40.3) |
Copy-ready code
/* CSS */
color: #ac4113;
background-color: #ac4113;
/* Tailwind (arbitrary) */
class="text-[#ac4113] bg-[#ac4113]"
/* SCSS */
$brand: #ac4113;
/* SwiftUI */
Color(red: 0.675, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#ac4113")Accessibility — WCAG contrast
Aa
#ac4113 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4113 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow89.0%
Key (black)32.5%
Color previews
#ac4113 text on a black background
contrast 3.52:1
Card sample
#ac4113 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4113;
Background color
Panel with #ac4113 background
background-color: #ac4113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4113; background: linear-gradient(135deg, #ac4113, #ACA713);