#ac4d2c
a dark, vivid orange · warm · closest name: sienna
RGB
172, 77, 44
HSL
16°, 59%, 42%
CMYK
0, 55, 74, 33
Luminance
0.1426
Every format
| HEX | #ac4d2c |
| RGB | rgb(172, 77, 44) |
| HSL | hsl(16, 59%, 42%) |
| CMYK | cmyk(0%, 55%, 74%, 33%) |
| LAB | lab(44.6 36.8 37.6) |
| LCH | lch(44.6 52.6 45.6) |
| OKLCH | oklch(0.536 0.133 39.2) |
Copy-ready code
/* CSS */
color: #ac4d2c;
background-color: #ac4d2c;
/* Tailwind (arbitrary) */
class="text-[#ac4d2c] bg-[#ac4d2c]"
/* SCSS */
$brand: #ac4d2c;
/* SwiftUI */
Color(red: 0.675, green: 0.302, blue: 0.173)
/* Android */
Color.parseColor("#ac4d2c")Accessibility — WCAG contrast
Aa
#ac4d2c on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4d2c on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green30.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow74.4%
Key (black)32.5%
Color previews
#ac4d2c text on a black background
contrast 3.85:1
Card sample
#ac4d2c text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4d2c;
Background color
Panel with #ac4d2c background
background-color: #ac4d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 77, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 77, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4d2c; background: linear-gradient(135deg, #ac4d2c, #ACA32C);