#ad7f2c
a dark, vivid orange · warm · closest name: peru
RGB
173, 127, 44
HSL
39°, 59%, 43%
CMYK
0, 27, 75, 32
Luminance
0.2424
Every format
| HEX | #ad7f2c |
| RGB | rgb(173, 127, 44) |
| HSL | hsl(39, 59%, 43%) |
| CMYK | cmyk(0%, 27%, 75%, 32%) |
| LAB | lab(56.3 9.8 49.8) |
| LCH | lch(56.3 50.7 78.9) |
| OKLCH | oklch(0.627 0.113 78.4) |
Copy-ready code
/* CSS */
color: #ad7f2c;
background-color: #ad7f2c;
/* Tailwind (arbitrary) */
class="text-[#ad7f2c] bg-[#ad7f2c]"
/* SCSS */
$brand: #ad7f2c;
/* SwiftUI */
Color(red: 0.678, green: 0.498, blue: 0.173)
/* Android */
Color.parseColor("#ad7f2c")Accessibility — WCAG contrast
Aa
#ad7f2c on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7f2c on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green49.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow74.6%
Key (black)32.2%
Color previews
#ad7f2c text on a black background
contrast 5.85:1
Card sample
#ad7f2c text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7f2c;
Background color
Panel with #ad7f2c background
background-color: #ad7f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 127, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 127, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7f2c; background: linear-gradient(135deg, #ad7f2c, #85AD2C);