#a74635
a dark, vivid red · warm · closest name: sienna
RGB
167, 70, 53
HSL
9°, 52%, 43%
CMYK
0, 58, 68, 35
Luminance
0.1285
Every format
| HEX | #a74635 |
| RGB | rgb(167, 70, 53) |
| HSL | hsl(9, 52%, 43%) |
| CMYK | cmyk(0%, 58%, 68%, 35%) |
| LAB | lab(42.5 38.8 30.0) |
| LCH | lch(42.5 49.1 37.7) |
| OKLCH | oklch(0.519 0.132 31.9) |
Copy-ready code
/* CSS */
color: #a74635;
background-color: #a74635;
/* Tailwind (arbitrary) */
class="text-[#a74635] bg-[#a74635]"
/* SCSS */
$brand: #a74635;
/* SwiftUI */
Color(red: 0.655, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#a74635")Accessibility — WCAG contrast
Aa
#a74635 on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a74635 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow68.3%
Key (black)34.5%
Color previews
#a74635 text on a black background
contrast 3.57:1
Card sample
#a74635 text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a74635;
Background color
Panel with #a74635 background
background-color: #a74635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a74635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a74635; background: linear-gradient(135deg, #a74635, #A79235);