#ac520f
a dark, electric orange · warm · closest name: chocolate
RGB
172, 82, 15
HSL
26°, 84%, 37%
CMYK
0, 52, 91, 33
Luminance
0.1484
Every format
| HEX | #ac520f |
| RGB | rgb(172, 82, 15) |
| HSL | hsl(26, 84%, 37%) |
| CMYK | cmyk(0%, 52%, 91%, 33%) |
| LAB | lab(45.4 33.3 51.0) |
| LCH | lch(45.4 60.8 56.9) |
| OKLCH | oklch(0.542 0.137 49.9) |
Copy-ready code
/* CSS */
color: #ac520f;
background-color: #ac520f;
/* Tailwind (arbitrary) */
class="text-[#ac520f] bg-[#ac520f]"
/* SCSS */
$brand: #ac520f;
/* SwiftUI */
Color(red: 0.675, green: 0.322, blue: 0.059)
/* Android */
Color.parseColor("#ac520f")Accessibility — WCAG contrast
Aa
#ac520f on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac520f on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green32.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow91.3%
Key (black)32.5%
Color previews
#ac520f text on a black background
contrast 3.97:1
Card sample
#ac520f text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac520f;
Background color
Panel with #ac520f background
background-color: #ac520f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac520f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 82, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 82, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac520f; background: linear-gradient(135deg, #ac520f, #9EAC0F);