#ab4621
a dark, vivid orange · warm · closest name: sienna
RGB
171, 70, 33
HSL
16°, 68%, 40%
CMYK
0, 59, 81, 33
Luminance
0.1315
Every format
| HEX | #ab4621 |
| RGB | rgb(171, 70, 33) |
| HSL | hsl(16, 68%, 40%) |
| CMYK | cmyk(0%, 59%, 81%, 33%) |
| LAB | lab(43.0 39.4 41.5) |
| LCH | lch(43.0 57.3 46.5) |
| OKLCH | oklch(0.523 0.142 39.3) |
Copy-ready code
/* CSS */
color: #ab4621;
background-color: #ab4621;
/* Tailwind (arbitrary) */
class="text-[#ab4621] bg-[#ab4621]"
/* SCSS */
$brand: #ab4621;
/* SwiftUI */
Color(red: 0.671, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#ab4621")Accessibility — WCAG contrast
Aa
#ab4621 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4621 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow80.7%
Key (black)32.9%
Color previews
#ab4621 text on a black background
contrast 3.63:1
Card sample
#ab4621 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4621;
Background color
Panel with #ab4621 background
background-color: #ab4621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4621; background: linear-gradient(135deg, #ab4621, #ABA221);