#ac5331
a dark, vivid orange · warm · closest name: sienna
RGB
172, 83, 49
HSL
17°, 56%, 43%
CMYK
0, 52, 72, 33
Luminance
0.1518
Every format
| HEX | #ac5331 |
| RGB | rgb(172, 83, 49) |
| HSL | hsl(17, 56%, 43%) |
| CMYK | cmyk(0%, 52%, 72%, 33%) |
| LAB | lab(45.9 33.9 36.3) |
| LCH | lch(45.9 49.7 46.9) |
| OKLCH | oklch(0.546 0.126 40.8) |
Copy-ready code
/* CSS */
color: #ac5331;
background-color: #ac5331;
/* Tailwind (arbitrary) */
class="text-[#ac5331] bg-[#ac5331]"
/* SCSS */
$brand: #ac5331;
/* SwiftUI */
Color(red: 0.675, green: 0.325, blue: 0.192)
/* Android */
Color.parseColor("#ac5331")Accessibility — WCAG contrast
Aa
#ac5331 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5331 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green32.5%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow71.5%
Key (black)32.5%
Color previews
#ac5331 text on a black background
contrast 4.04:1
Card sample
#ac5331 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5331;
Background color
Panel with #ac5331 background
background-color: #ac5331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 83, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 83, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5331; background: linear-gradient(135deg, #ac5331, #ACA531);