#ac620f
a dark, electric orange · warm · closest name: peru
RGB
172, 98, 15
HSL
32°, 84%, 37%
CMYK
0, 43, 91, 33
Luminance
0.1754
Every format
| HEX | #ac620f |
| RGB | rgb(172, 98, 15) |
| HSL | hsl(32, 84%, 37%) |
| CMYK | cmyk(0%, 43%, 91%, 33%) |
| LAB | lab(48.9 24.6 53.6) |
| LCH | lch(48.9 59.0 65.3) |
| OKLCH | oklch(0.569 0.128 60.5) |
Copy-ready code
/* CSS */
color: #ac620f;
background-color: #ac620f;
/* Tailwind (arbitrary) */
class="text-[#ac620f] bg-[#ac620f]"
/* SCSS */
$brand: #ac620f;
/* SwiftUI */
Color(red: 0.675, green: 0.384, blue: 0.059)
/* Android */
Color.parseColor("#ac620f")Accessibility — WCAG contrast
Aa
#ac620f on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac620f on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green38.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow91.3%
Key (black)32.5%
Color previews
#ac620f text on a black background
contrast 4.51:1
Card sample
#ac620f text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac620f;
Background color
Panel with #ac620f background
background-color: #ac620f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac620f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 98, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 98, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac620f; background: linear-gradient(135deg, #ac620f, #8EAC0F);