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