#ab4f2c
a dark, vivid orange · warm · closest name: sienna
RGB
171, 79, 44
HSL
17°, 59%, 42%
CMYK
0, 54, 74, 33
Luminance
0.1443
Every format
| HEX | #ab4f2c |
| RGB | rgb(171, 79, 44) |
| HSL | hsl(17, 59%, 42%) |
| CMYK | cmyk(0%, 54%, 74%, 33%) |
| LAB | lab(44.9 35.4 37.8) |
| LCH | lch(44.9 51.8 46.9) |
| OKLCH | oklch(0.538 0.130 40.5) |
Copy-ready code
/* CSS */
color: #ab4f2c;
background-color: #ab4f2c;
/* Tailwind (arbitrary) */
class="text-[#ab4f2c] bg-[#ab4f2c]"
/* SCSS */
$brand: #ab4f2c;
/* SwiftUI */
Color(red: 0.671, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#ab4f2c")Accessibility — WCAG contrast
Aa
#ab4f2c on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4f2c on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow74.3%
Key (black)32.9%
Color previews
#ab4f2c text on a black background
contrast 3.89:1
Card sample
#ab4f2c text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4f2c;
Background color
Panel with #ab4f2c background
background-color: #ab4f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4f2c; background: linear-gradient(135deg, #ab4f2c, #ABA42C);