#ab6e2b
a dark, vivid orange · warm · closest name: peru
RGB
171, 110, 43
HSL
31°, 60%, 42%
CMYK
0, 36, 75, 33
Luminance
0.1998
Every format
| HEX | #ab6e2b |
| RGB | rgb(171, 110, 43) |
| HSL | hsl(31, 60%, 42%) |
| CMYK | cmyk(0%, 36%, 75%, 33%) |
| LAB | lab(51.8 18.4 45.6) |
| LCH | lch(51.8 49.1 68.1) |
| OKLCH | oklch(0.591 0.112 64.7) |
Copy-ready code
/* CSS */
color: #ab6e2b;
background-color: #ab6e2b;
/* Tailwind (arbitrary) */
class="text-[#ab6e2b] bg-[#ab6e2b]"
/* SCSS */
$brand: #ab6e2b;
/* SwiftUI */
Color(red: 0.671, green: 0.431, blue: 0.169)
/* Android */
Color.parseColor("#ab6e2b")Accessibility — WCAG contrast
Aa
#ab6e2b on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6e2b on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green43.1%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow74.9%
Key (black)32.9%
Color previews
#ab6e2b text on a black background
contrast 5.00:1
Card sample
#ab6e2b text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6e2b;
Background color
Panel with #ab6e2b background
background-color: #ab6e2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6e2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 110, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 110, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6e2b; background: linear-gradient(135deg, #ab6e2b, #93AB2B);