#ab4821
a dark, vivid orange · warm · closest name: sienna
RGB
171, 72, 33
HSL
17°, 68%, 40%
CMYK
0, 58, 81, 33
Luminance
0.1340
Every format
| HEX | #ab4821 |
| RGB | rgb(171, 72, 33) |
| HSL | hsl(17, 68%, 40%) |
| CMYK | cmyk(0%, 58%, 81%, 33%) |
| LAB | lab(43.4 38.4 41.9) |
| LCH | lch(43.4 56.9 47.5) |
| OKLCH | oklch(0.526 0.140 40.4) |
Copy-ready code
/* CSS */
color: #ab4821;
background-color: #ab4821;
/* Tailwind (arbitrary) */
class="text-[#ab4821] bg-[#ab4821]"
/* SCSS */
$brand: #ab4821;
/* SwiftUI */
Color(red: 0.671, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#ab4821")Accessibility — WCAG contrast
Aa
#ab4821 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4821 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow80.7%
Key (black)32.9%
Color previews
#ab4821 text on a black background
contrast 3.68:1
Card sample
#ab4821 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4821;
Background color
Panel with #ab4821 background
background-color: #ab4821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4821; background: linear-gradient(135deg, #ab4821, #ABA421);