#ac5020
a dark, vivid orange · warm · closest name: sienna
RGB
172, 80, 32
HSL
21°, 69%, 40%
CMYK
0, 54, 81, 33
Luminance
0.1461
Every format
| HEX | #ac5020 |
| RGB | rgb(172, 80, 32) |
| HSL | hsl(21, 69%, 40%) |
| CMYK | cmyk(0%, 54%, 81%, 33%) |
| LAB | lab(45.1 34.7 44.1) |
| LCH | lch(45.1 56.1 51.8) |
| OKLCH | oklch(0.540 0.135 45.0) |
Copy-ready code
/* CSS */
color: #ac5020;
background-color: #ac5020;
/* Tailwind (arbitrary) */
class="text-[#ac5020] bg-[#ac5020]"
/* SCSS */
$brand: #ac5020;
/* SwiftUI */
Color(red: 0.675, green: 0.314, blue: 0.125)
/* Android */
Color.parseColor("#ac5020")Accessibility — WCAG contrast
Aa
#ac5020 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5020 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.4%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow81.4%
Key (black)32.5%
Color previews
#ac5020 text on a black background
contrast 3.92:1
Card sample
#ac5020 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5020;
Background color
Panel with #ac5020 background
background-color: #ac5020;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5020;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 80, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 80, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5020; background: linear-gradient(135deg, #ac5020, #ABAC20);