#a74747
a balanced, soft red · warm · closest name: sienna
RGB
167, 71, 71
HSL
0°, 40%, 47%
CMYK
0, 58, 58, 35
Luminance
0.1318
Every format
| HEX | #a74747 |
| RGB | rgb(167, 71, 71) |
| HSL | hsl(0, 40%, 47%) |
| CMYK | cmyk(0%, 58%, 58%, 35%) |
| LAB | lab(43.0 39.6 19.9) |
| LCH | lch(43.0 44.3 26.6) |
| OKLCH | oklch(0.524 0.127 22.5) |
Copy-ready code
/* CSS */
color: #a74747;
background-color: #a74747;
/* Tailwind (arbitrary) */
class="text-[#a74747] bg-[#a74747]"
/* SCSS */
$brand: #a74747;
/* SwiftUI */
Color(red: 0.655, green: 0.278, blue: 0.278)
/* Android */
Color.parseColor("#a74747")Accessibility — WCAG contrast
Aa
#a74747 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a74747 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green27.8%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow57.5%
Key (black)34.5%
Color previews
#a74747 text on a black background
contrast 3.64:1
Card sample
#a74747 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a74747;
Background color
Panel with #a74747 background
background-color: #a74747;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a74747;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 71, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 71, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a74747; background: linear-gradient(135deg, #a74747, #A78747);