#ad7331
a dark, vivid orange · warm · closest name: peru
RGB
173, 115, 49
HSL
32°, 56%, 44%
CMYK
0, 34, 72, 32
Luminance
0.2137
Every format
| HEX | #ad7331 |
| RGB | rgb(173, 115, 49) |
| HSL | hsl(32, 56%, 44%) |
| CMYK | cmyk(0%, 34%, 72%, 32%) |
| LAB | lab(53.4 16.8 44.5) |
| LCH | lch(53.4 47.5 69.4) |
| OKLCH | oklch(0.604 0.109 66.3) |
Copy-ready code
/* CSS */
color: #ad7331;
background-color: #ad7331;
/* Tailwind (arbitrary) */
class="text-[#ad7331] bg-[#ad7331]"
/* SCSS */
$brand: #ad7331;
/* SwiftUI */
Color(red: 0.678, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#ad7331")Accessibility — WCAG contrast
Aa
#ad7331 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7331 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green45.1%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow71.7%
Key (black)32.2%
Color previews
#ad7331 text on a black background
contrast 5.27:1
Card sample
#ad7331 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7331;
Background color
Panel with #ad7331 background
background-color: #ad7331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7331; background: linear-gradient(135deg, #ad7331, #94AD31);