#ac802b
a dark, vivid orange · warm · closest name: peru
RGB
172, 128, 43
HSL
40°, 60%, 42%
CMYK
0, 26, 75, 33
Luminance
0.2438
Every format
| HEX | #ac802b |
| RGB | rgb(172, 128, 43) |
| HSL | hsl(40, 60%, 42%) |
| CMYK | cmyk(0%, 26%, 75%, 33%) |
| LAB | lab(56.5 8.7 50.3) |
| LCH | lch(56.5 51.0 80.2) |
| OKLCH | oklch(0.628 0.113 80.0) |
Copy-ready code
/* CSS */
color: #ac802b;
background-color: #ac802b;
/* Tailwind (arbitrary) */
class="text-[#ac802b] bg-[#ac802b]"
/* SCSS */
$brand: #ac802b;
/* SwiftUI */
Color(red: 0.675, green: 0.502, blue: 0.169)
/* Android */
Color.parseColor("#ac802b")Accessibility — WCAG contrast
Aa
#ac802b on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac802b on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green50.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow75.0%
Key (black)32.5%
Color previews
#ac802b text on a black background
contrast 5.88:1
Card sample
#ac802b text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac802b;
Background color
Panel with #ac802b background
background-color: #ac802b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac802b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 128, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 128, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac802b; background: linear-gradient(135deg, #ac802b, #82AC2B);