#a07070
a balanced, soft red · warm · closest name: gray
RGB
160, 112, 112
HSL
0°, 20%, 53%
CMYK
0, 30, 30, 37
Luminance
0.2023
Every format
| HEX | #a07070 |
| RGB | rgb(160, 112, 112) |
| HSL | hsl(0, 20%, 53%) |
| CMYK | cmyk(0%, 30%, 30%, 37%) |
| LAB | lab(52.1 19.0 7.6) |
| LCH | lch(52.1 20.5 21.9) |
| OKLCH | oklch(0.594 0.061 19.0) |
Copy-ready code
/* CSS */
color: #a07070;
background-color: #a07070;
/* Tailwind (arbitrary) */
class="text-[#a07070] bg-[#a07070]"
/* SCSS */
$brand: #a07070;
/* SwiftUI */
Color(red: 0.627, green: 0.439, blue: 0.439)
/* Android */
Color.parseColor("#a07070")Accessibility — WCAG contrast
Aa
#a07070 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07070 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green43.9%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow30.0%
Key (black)37.3%
Color previews
#a07070 text on a black background
contrast 5.05:1
Card sample
#a07070 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07070;
Background color
Panel with #a07070 background
background-color: #a07070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 112, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 112, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07070; background: linear-gradient(135deg, #a07070, #A09070);