#a75f21
a dark, vivid orange · warm · closest name: sienna
RGB
167, 95, 33
HSL
28°, 67%, 39%
CMYK
0, 43, 80, 35
Luminance
0.1651
Every format
| HEX | #a75f21 |
| RGB | rgb(167, 95, 33) |
| HSL | hsl(28, 67%, 39%) |
| CMYK | cmyk(0%, 43%, 80%, 35%) |
| LAB | lab(47.6 24.6 45.8) |
| LCH | lch(47.6 52.0 61.8) |
| OKLCH | oklch(0.558 0.119 56.7) |
Copy-ready code
/* CSS */
color: #a75f21;
background-color: #a75f21;
/* Tailwind (arbitrary) */
class="text-[#a75f21] bg-[#a75f21]"
/* SCSS */
$brand: #a75f21;
/* SwiftUI */
Color(red: 0.655, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#a75f21")Accessibility — WCAG contrast
Aa
#a75f21 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a75f21 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow80.2%
Key (black)34.5%
Color previews
#a75f21 text on a black background
contrast 4.30:1
Card sample
#a75f21 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a75f21;
Background color
Panel with #a75f21 background
background-color: #a75f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a75f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a75f21; background: linear-gradient(135deg, #a75f21, #96A721);