#ab5421
a dark, vivid orange · warm · closest name: sienna
RGB
171, 84, 33
HSL
22°, 68%, 40%
CMYK
0, 51, 81, 33
Luminance
0.1511
Every format
| HEX | #ab5421 |
| RGB | rgb(171, 84, 33) |
| HSL | hsl(22, 68%, 40%) |
| CMYK | cmyk(0%, 51%, 81%, 33%) |
| LAB | lab(45.8 32.3 44.2) |
| LCH | lch(45.8 54.8 53.9) |
| OKLCH | oklch(0.545 0.130 47.4) |
Copy-ready code
/* CSS */
color: #ab5421;
background-color: #ab5421;
/* Tailwind (arbitrary) */
class="text-[#ab5421] bg-[#ab5421]"
/* SCSS */
$brand: #ab5421;
/* SwiftUI */
Color(red: 0.671, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#ab5421")Accessibility — WCAG contrast
Aa
#ab5421 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab5421 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow80.7%
Key (black)32.9%
Color previews
#ab5421 text on a black background
contrast 4.02:1
Card sample
#ab5421 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5421;
Background color
Panel with #ab5421 background
background-color: #ab5421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5421; background: linear-gradient(135deg, #ab5421, #A6AB21);