#ab5a21
a dark, vivid orange · warm · closest name: sienna
RGB
171, 90, 33
HSL
25°, 68%, 40%
CMYK
0, 47, 81, 33
Luminance
0.1608
Every format
| HEX | #ab5a21 |
| RGB | rgb(171, 90, 33) |
| HSL | hsl(25, 68%, 40%) |
| CMYK | cmyk(0%, 47%, 81%, 33%) |
| LAB | lab(47.1 29.1 45.5) |
| LCH | lch(47.1 54.0 57.4) |
| OKLCH | oklch(0.555 0.126 51.5) |
Copy-ready code
/* CSS */
color: #ab5a21;
background-color: #ab5a21;
/* Tailwind (arbitrary) */
class="text-[#ab5a21] bg-[#ab5a21]"
/* SCSS */
$brand: #ab5a21;
/* SwiftUI */
Color(red: 0.671, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#ab5a21")Accessibility — WCAG contrast
Aa
#ab5a21 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab5a21 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow80.7%
Key (black)32.9%
Color previews
#ab5a21 text on a black background
contrast 4.22:1
Card sample
#ab5a21 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5a21;
Background color
Panel with #ab5a21 background
background-color: #ab5a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5a21; background: linear-gradient(135deg, #ab5a21, #A0AB21);