#ac4313
a dark, electric orange · warm · closest name: sienna
RGB
172, 67, 19
HSL
19°, 80%, 38%
CMYK
0, 61, 89, 33
Luminance
0.1283
Every format
| HEX | #ac4313 |
| RGB | rgb(172, 67, 19) |
| HSL | hsl(19, 80%, 38%) |
| CMYK | cmyk(0%, 61%, 89%, 33%) |
| LAB | lab(42.5 40.9 47.4) |
| LCH | lch(42.5 62.6 49.2) |
| OKLCH | oklch(0.520 0.149 41.2) |
Copy-ready code
/* CSS */
color: #ac4313;
background-color: #ac4313;
/* Tailwind (arbitrary) */
class="text-[#ac4313] bg-[#ac4313]"
/* SCSS */
$brand: #ac4313;
/* SwiftUI */
Color(red: 0.675, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#ac4313")Accessibility — WCAG contrast
Aa
#ac4313 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4313 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green26.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow89.0%
Key (black)32.5%
Color previews
#ac4313 text on a black background
contrast 3.57:1
Card sample
#ac4313 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4313;
Background color
Panel with #ac4313 background
background-color: #ac4313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4313; background: linear-gradient(135deg, #ac4313, #ACA913);