#ac6401
a dark, electric orange · warm · closest name: chocolate
RGB
172, 100, 1
HSL
35°, 99%, 34%
CMYK
0, 42, 99, 33
Luminance
0.1789
Every format
| HEX | #ac6401 |
| RGB | rgb(172, 100, 1) |
| HSL | hsl(35, 99%, 34%) |
| CMYK | cmyk(0%, 42%, 99%, 33%) |
| LAB | lab(49.4 23.3 57.0) |
| LCH | lch(49.4 61.6 67.8) |
| OKLCH | oklch(0.572 0.130 63.4) |
Copy-ready code
/* CSS */
color: #ac6401;
background-color: #ac6401;
/* Tailwind (arbitrary) */
class="text-[#ac6401] bg-[#ac6401]"
/* SCSS */
$brand: #ac6401;
/* SwiftUI */
Color(red: 0.675, green: 0.392, blue: 0.004)
/* Android */
Color.parseColor("#ac6401")Accessibility — WCAG contrast
Aa
#ac6401 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac6401 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow99.4%
Key (black)32.5%
Color previews
#ac6401 text on a black background
contrast 4.58:1
Card sample
#ac6401 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6401;
Background color
Panel with #ac6401 background
background-color: #ac6401;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6401;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 100, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 100, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6401; background: linear-gradient(135deg, #ac6401, #82AC01);