#a17d36
a dark, vivid orange · warm · closest name: peru
RGB
161, 125, 54
HSL
40°, 50%, 42%
CMYK
0, 22, 67, 37
Luminance
0.2251
Every format
| HEX | #a17d36 |
| RGB | rgb(161, 125, 54) |
| HSL | hsl(40, 50%, 42%) |
| CMYK | cmyk(0%, 22%, 67%, 37%) |
| LAB | lab(54.6 6.0 43.0) |
| LCH | lch(54.6 43.4 82.0) |
| OKLCH | oklch(0.611 0.099 81.9) |
Copy-ready code
/* CSS */
color: #a17d36;
background-color: #a17d36;
/* Tailwind (arbitrary) */
class="text-[#a17d36] bg-[#a17d36]"
/* SCSS */
$brand: #a17d36;
/* SwiftUI */
Color(red: 0.631, green: 0.490, blue: 0.212)
/* Android */
Color.parseColor("#a17d36")Accessibility — WCAG contrast
Aa
#a17d36 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17d36 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green49.0%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow66.5%
Key (black)36.9%
Color previews
#a17d36 text on a black background
contrast 5.50:1
Card sample
#a17d36 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17d36;
Background color
Panel with #a17d36 background
background-color: #a17d36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17d36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 125, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 125, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17d36; background: linear-gradient(135deg, #a17d36, #7EA136);