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