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