#ab751f
a dark, vivid orange · warm · closest name: peru
RGB
171, 117, 31
HSL
37°, 69%, 40%
CMYK
0, 32, 82, 33
Luminance
0.2148
Every format
| HEX | #ab751f |
| RGB | rgb(171, 117, 31) |
| HSL | hsl(37, 69%, 40%) |
| CMYK | cmyk(0%, 32%, 82%, 33%) |
| LAB | lab(53.5 13.9 52.1) |
| LCH | lch(53.5 54.0 75.0) |
| OKLCH | oklch(0.604 0.117 73.5) |
Copy-ready code
/* CSS */
color: #ab751f;
background-color: #ab751f;
/* Tailwind (arbitrary) */
class="text-[#ab751f] bg-[#ab751f]"
/* SCSS */
$brand: #ab751f;
/* SwiftUI */
Color(red: 0.671, green: 0.459, blue: 0.122)
/* Android */
Color.parseColor("#ab751f")Accessibility — WCAG contrast
Aa
#ab751f on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab751f on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green45.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow81.9%
Key (black)32.9%
Color previews
#ab751f text on a black background
contrast 5.30:1
Card sample
#ab751f text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab751f;
Background color
Panel with #ab751f background
background-color: #ab751f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab751f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 117, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 117, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab751f; background: linear-gradient(135deg, #ab751f, #84AB1F);