#a36070
a balanced, soft red · warm · closest name: gray
RGB
163, 96, 112
HSL
346°, 27%, 51%
CMYK
0, 41, 31, 36
Luminance
0.1732
Every format
| HEX | #a36070 |
| RGB | rgb(163, 96, 112) |
| HSL | hsl(346, 27%, 51%) |
| CMYK | cmyk(0%, 41%, 31%, 36%) |
| LAB | lab(48.7 29.3 2.8) |
| LCH | lch(48.7 29.4 5.4) |
| OKLCH | oklch(0.569 0.089 4.9) |
Copy-ready code
/* CSS */
color: #a36070;
background-color: #a36070;
/* Tailwind (arbitrary) */
class="text-[#a36070] bg-[#a36070]"
/* SCSS */
$brand: #a36070;
/* SwiftUI */
Color(red: 0.639, green: 0.376, blue: 0.439)
/* Android */
Color.parseColor("#a36070")Accessibility — WCAG contrast
Aa
#a36070 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a36070 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green37.6%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow31.3%
Key (black)36.1%
Color previews
#a36070 text on a black background
contrast 4.46:1
Card sample
#a36070 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a36070;
Background color
Panel with #a36070 background
background-color: #a36070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a36070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 96, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 96, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a36070; background: linear-gradient(135deg, #a36070, #A37D60);