#ac5416
a dark, electric orange · warm · closest name: chocolate
RGB
172, 84, 22
HSL
25°, 77%, 38%
CMYK
0, 51, 87, 33
Luminance
0.1517
Every format
| HEX | #ac5416 |
| RGB | rgb(172, 84, 22) |
| HSL | hsl(25, 77%, 38%) |
| CMYK | cmyk(0%, 51%, 87%, 33%) |
| LAB | lab(45.9 32.4 49.0) |
| LCH | lch(45.9 58.7 56.5) |
| OKLCH | oklch(0.545 0.134 49.9) |
Copy-ready code
/* CSS */
color: #ac5416;
background-color: #ac5416;
/* Tailwind (arbitrary) */
class="text-[#ac5416] bg-[#ac5416]"
/* SCSS */
$brand: #ac5416;
/* SwiftUI */
Color(red: 0.675, green: 0.329, blue: 0.086)
/* Android */
Color.parseColor("#ac5416")Accessibility — WCAG contrast
Aa
#ac5416 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5416 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green32.9%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow87.2%
Key (black)32.5%
Color previews
#ac5416 text on a black background
contrast 4.03:1
Card sample
#ac5416 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5416;
Background color
Panel with #ac5416 background
background-color: #ac5416;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5416;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 84, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 84, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5416; background: linear-gradient(135deg, #ac5416, #A0AC16);