#ac5939
a dark, vivid orange · warm · closest name: sienna
RGB
172, 89, 57
HSL
17°, 50%, 45%
CMYK
0, 48, 67, 33
Luminance
0.1621
Every format
| HEX | #ac5939 |
| RGB | rgb(172, 89, 57) |
| HSL | hsl(17, 50%, 45%) |
| CMYK | cmyk(0%, 48%, 67%, 33%) |
| LAB | lab(47.3 31.2 33.5) |
| LCH | lch(47.3 45.8 47.0) |
| OKLCH | oklch(0.557 0.118 41.2) |
Copy-ready code
/* CSS */
color: #ac5939;
background-color: #ac5939;
/* Tailwind (arbitrary) */
class="text-[#ac5939] bg-[#ac5939]"
/* SCSS */
$brand: #ac5939;
/* SwiftUI */
Color(red: 0.675, green: 0.349, blue: 0.224)
/* Android */
Color.parseColor("#ac5939")Accessibility — WCAG contrast
Aa
#ac5939 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5939 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green34.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow66.9%
Key (black)32.5%
Color previews
#ac5939 text on a black background
contrast 4.24:1
Card sample
#ac5939 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5939;
Background color
Panel with #ac5939 background
background-color: #ac5939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 89, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 89, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5939; background: linear-gradient(135deg, #ac5939, #ACA639);