#ab7d2f
a dark, vivid orange · warm · closest name: peru
RGB
171, 125, 47
HSL
38°, 57%, 43%
CMYK
0, 27, 73, 33
Luminance
0.2353
Every format
| HEX | #ab7d2f |
| RGB | rgb(171, 125, 47) |
| HSL | hsl(38, 57%, 43%) |
| CMYK | cmyk(0%, 27%, 73%, 33%) |
| LAB | lab(55.6 10.1 47.6) |
| LCH | lch(55.6 48.7 78.0) |
| OKLCH | oklch(0.621 0.109 77.2) |
Copy-ready code
/* CSS */
color: #ab7d2f;
background-color: #ab7d2f;
/* Tailwind (arbitrary) */
class="text-[#ab7d2f] bg-[#ab7d2f]"
/* SCSS */
$brand: #ab7d2f;
/* SwiftUI */
Color(red: 0.671, green: 0.490, blue: 0.184)
/* Android */
Color.parseColor("#ab7d2f")Accessibility — WCAG contrast
Aa
#ab7d2f on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7d2f on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow72.5%
Key (black)32.9%
Color previews
#ab7d2f text on a black background
contrast 5.71:1
Card sample
#ab7d2f text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7d2f;
Background color
Panel with #ab7d2f background
background-color: #ab7d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 125, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 125, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7d2f; background: linear-gradient(135deg, #ab7d2f, #86AB2F);