#ac5321
a dark, vivid orange · warm · closest name: sienna
RGB
172, 83, 33
HSL
22°, 68%, 40%
CMYK
0, 52, 81, 33
Luminance
0.1507
Every format
| HEX | #ac5321 |
| RGB | rgb(172, 83, 33) |
| HSL | hsl(22, 68%, 40%) |
| CMYK | cmyk(0%, 52%, 81%, 33%) |
| LAB | lab(45.7 33.2 44.2) |
| LCH | lch(45.7 55.3 53.1) |
| OKLCH | oklch(0.545 0.132 46.5) |
Copy-ready code
/* CSS */
color: #ac5321;
background-color: #ac5321;
/* Tailwind (arbitrary) */
class="text-[#ac5321] bg-[#ac5321]"
/* SCSS */
$brand: #ac5321;
/* SwiftUI */
Color(red: 0.675, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#ac5321")Accessibility — WCAG contrast
Aa
#ac5321 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5321 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow80.8%
Key (black)32.5%
Color previews
#ac5321 text on a black background
contrast 4.01:1
Card sample
#ac5321 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5321;
Background color
Panel with #ac5321 background
background-color: #ac5321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5321; background: linear-gradient(135deg, #ac5321, #A8AC21);