#ac7313
a dark, electric orange · warm · closest name: peru
RGB
172, 115, 19
HSL
38°, 80%, 38%
CMYK
0, 33, 89, 33
Luminance
0.2108
Every format
| HEX | #ac7313 |
| RGB | rgb(172, 115, 19) |
| HSL | hsl(38, 80%, 38%) |
| CMYK | cmyk(0%, 33%, 89%, 33%) |
| LAB | lab(53.0 15.2 55.7) |
| LCH | lch(53.0 57.7 74.8) |
| OKLCH | oklch(0.601 0.122 73.0) |
Copy-ready code
/* CSS */
color: #ac7313;
background-color: #ac7313;
/* Tailwind (arbitrary) */
class="text-[#ac7313] bg-[#ac7313]"
/* SCSS */
$brand: #ac7313;
/* SwiftUI */
Color(red: 0.675, green: 0.451, blue: 0.075)
/* Android */
Color.parseColor("#ac7313")Accessibility — WCAG contrast
Aa
#ac7313 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7313 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow89.0%
Key (black)32.5%
Color previews
#ac7313 text on a black background
contrast 5.22:1
Card sample
#ac7313 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7313;
Background color
Panel with #ac7313 background
background-color: #ac7313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 115, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 115, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7313; background: linear-gradient(135deg, #ac7313, #7FAC13);