#ac4f2d
a dark, vivid orange · warm · closest name: sienna
RGB
172, 79, 45
HSL
16°, 59%, 43%
CMYK
0, 54, 74, 33
Luminance
0.1455
Every format
| HEX | #ac4f2d |
| RGB | rgb(172, 79, 45) |
| HSL | hsl(16, 59%, 43%) |
| CMYK | cmyk(0%, 54%, 74%, 33%) |
| LAB | lab(45.0 35.8 37.5) |
| LCH | lch(45.0 51.8 46.3) |
| OKLCH | oklch(0.539 0.131 39.9) |
Copy-ready code
/* CSS */
color: #ac4f2d;
background-color: #ac4f2d;
/* Tailwind (arbitrary) */
class="text-[#ac4f2d] bg-[#ac4f2d]"
/* SCSS */
$brand: #ac4f2d;
/* SwiftUI */
Color(red: 0.675, green: 0.310, blue: 0.176)
/* Android */
Color.parseColor("#ac4f2d")Accessibility — WCAG contrast
Aa
#ac4f2d on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4f2d on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow73.8%
Key (black)32.5%
Color previews
#ac4f2d text on a black background
contrast 3.91:1
Card sample
#ac4f2d text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4f2d;
Background color
Panel with #ac4f2d background
background-color: #ac4f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 79, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 79, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4f2d; background: linear-gradient(135deg, #ac4f2d, #ACA42D);