#ab4721
a dark, vivid orange · warm · closest name: sienna
RGB
171, 71, 33
HSL
17°, 68%, 40%
CMYK
0, 59, 81, 33
Luminance
0.1327
Every format
| HEX | #ab4721 |
| RGB | rgb(171, 71, 33) |
| HSL | hsl(17, 68%, 40%) |
| CMYK | cmyk(0%, 59%, 81%, 33%) |
| LAB | lab(43.2 38.9 41.7) |
| LCH | lch(43.2 57.1 47.0) |
| OKLCH | oklch(0.525 0.141 39.9) |
Copy-ready code
/* CSS */
color: #ab4721;
background-color: #ab4721;
/* Tailwind (arbitrary) */
class="text-[#ab4721] bg-[#ab4721]"
/* SCSS */
$brand: #ab4721;
/* SwiftUI */
Color(red: 0.671, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#ab4721")Accessibility — WCAG contrast
Aa
#ab4721 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4721 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow80.7%
Key (black)32.9%
Color previews
#ab4721 text on a black background
contrast 3.65:1
Card sample
#ab4721 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4721;
Background color
Panel with #ab4721 background
background-color: #ab4721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4721; background: linear-gradient(135deg, #ab4721, #ABA321);