#ac6113
a dark, electric orange · warm · closest name: peru
RGB
172, 97, 19
HSL
31°, 80%, 38%
CMYK
0, 44, 89, 33
Luminance
0.1737
Every format
| HEX | #ac6113 |
| RGB | rgb(172, 97, 19) |
| HSL | hsl(31, 80%, 38%) |
| CMYK | cmyk(0%, 44%, 89%, 33%) |
| LAB | lab(48.7 25.2 52.3) |
| LCH | lch(48.7 58.0 64.2) |
| OKLCH | oklch(0.567 0.127 59.2) |
Copy-ready code
/* CSS */
color: #ac6113;
background-color: #ac6113;
/* Tailwind (arbitrary) */
class="text-[#ac6113] bg-[#ac6113]"
/* SCSS */
$brand: #ac6113;
/* SwiftUI */
Color(red: 0.675, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#ac6113")Accessibility — WCAG contrast
Aa
#ac6113 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac6113 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow89.0%
Key (black)32.5%
Color previews
#ac6113 text on a black background
contrast 4.47:1
Card sample
#ac6113 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6113;
Background color
Panel with #ac6113 background
background-color: #ac6113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6113; background: linear-gradient(135deg, #ac6113, #91AC13);