#ab5e21
a dark, vivid orange · warm · closest name: sienna
RGB
171, 94, 33
HSL
27°, 68%, 40%
CMYK
0, 45, 81, 33
Luminance
0.1677
Every format
| HEX | #ab5e21 |
| RGB | rgb(171, 94, 33) |
| HSL | hsl(27, 68%, 40%) |
| CMYK | cmyk(0%, 45%, 81%, 33%) |
| LAB | lab(48.0 26.9 46.3) |
| LCH | lch(48.0 53.5 59.9) |
| OKLCH | oklch(0.561 0.123 54.4) |
Copy-ready code
/* CSS */
color: #ab5e21;
background-color: #ab5e21;
/* Tailwind (arbitrary) */
class="text-[#ab5e21] bg-[#ab5e21]"
/* SCSS */
$brand: #ab5e21;
/* SwiftUI */
Color(red: 0.671, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#ab5e21")Accessibility — WCAG contrast
Aa
#ab5e21 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab5e21 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow80.7%
Key (black)32.9%
Color previews
#ab5e21 text on a black background
contrast 4.35:1
Card sample
#ab5e21 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5e21;
Background color
Panel with #ab5e21 background
background-color: #ab5e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5e21; background: linear-gradient(135deg, #ab5e21, #9CAB21);