#ac6413
a dark, electric orange · warm · closest name: peru
RGB
172, 100, 19
HSL
32°, 80%, 38%
CMYK
0, 42, 89, 33
Luminance
0.1793
Every format
| HEX | #ac6413 |
| RGB | rgb(172, 100, 19) |
| HSL | hsl(32, 80%, 38%) |
| CMYK | cmyk(0%, 42%, 89%, 33%) |
| LAB | lab(49.4 23.6 52.8) |
| LCH | lch(49.4 57.8 65.9) |
| OKLCH | oklch(0.573 0.126 61.4) |
Copy-ready code
/* CSS */
color: #ac6413;
background-color: #ac6413;
/* Tailwind (arbitrary) */
class="text-[#ac6413] bg-[#ac6413]"
/* SCSS */
$brand: #ac6413;
/* SwiftUI */
Color(red: 0.675, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#ac6413")Accessibility — WCAG contrast
Aa
#ac6413 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac6413 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow89.0%
Key (black)32.5%
Color previews
#ac6413 text on a black background
contrast 4.59:1
Card sample
#ac6413 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6413;
Background color
Panel with #ac6413 background
background-color: #ac6413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6413; background: linear-gradient(135deg, #ac6413, #8EAC13);