#ac470f
a dark, electric orange · warm · closest name: chocolate
RGB
172, 71, 15
HSL
21°, 84%, 37%
CMYK
0, 59, 91, 33
Luminance
0.1331
Every format
| HEX | #ac470f |
| RGB | rgb(172, 71, 15) |
| HSL | hsl(21, 84%, 37%) |
| CMYK | cmyk(0%, 59%, 91%, 33%) |
| LAB | lab(43.2 38.9 49.3) |
| LCH | lch(43.2 62.8 51.8) |
| OKLCH | oklch(0.525 0.146 43.8) |
Copy-ready code
/* CSS */
color: #ac470f;
background-color: #ac470f;
/* Tailwind (arbitrary) */
class="text-[#ac470f] bg-[#ac470f]"
/* SCSS */
$brand: #ac470f;
/* SwiftUI */
Color(red: 0.675, green: 0.278, blue: 0.059)
/* Android */
Color.parseColor("#ac470f")Accessibility — WCAG contrast
Aa
#ac470f on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac470f on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green27.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow91.3%
Key (black)32.5%
Color previews
#ac470f text on a black background
contrast 3.66:1
Card sample
#ac470f text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac470f;
Background color
Panel with #ac470f background
background-color: #ac470f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac470f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 71, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 71, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac470f; background: linear-gradient(135deg, #ac470f, #A9AC0F);