#ab7f2f
a dark, vivid orange · warm · closest name: peru
RGB
171, 127, 47
HSL
39°, 57%, 43%
CMYK
0, 26, 73, 33
Luminance
0.2404
Every format
| HEX | #ab7f2f |
| RGB | rgb(171, 127, 47) |
| HSL | hsl(39, 57%, 43%) |
| CMYK | cmyk(0%, 26%, 73%, 33%) |
| LAB | lab(56.1 9.0 48.2) |
| LCH | lch(56.1 49.0 79.4) |
| OKLCH | oklch(0.625 0.110 79.0) |
Copy-ready code
/* CSS */
color: #ab7f2f;
background-color: #ab7f2f;
/* Tailwind (arbitrary) */
class="text-[#ab7f2f] bg-[#ab7f2f]"
/* SCSS */
$brand: #ab7f2f;
/* SwiftUI */
Color(red: 0.671, green: 0.498, blue: 0.184)
/* Android */
Color.parseColor("#ab7f2f")Accessibility — WCAG contrast
Aa
#ab7f2f on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7f2f on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow72.5%
Key (black)32.9%
Color previews
#ab7f2f text on a black background
contrast 5.81:1
Card sample
#ab7f2f text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7f2f;
Background color
Panel with #ab7f2f background
background-color: #ab7f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 127, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 127, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7f2f; background: linear-gradient(135deg, #ab7f2f, #84AB2F);