#a79595
a balanced, muted red · warm · closest name: gray
RGB
167, 149, 149
HSL
0°, 9%, 62%
CMYK
0, 11, 11, 35
Luminance
0.3188
Every format
| HEX | #a79595 |
| RGB | rgb(167, 149, 149) |
| HSL | hsl(0, 9%, 62%) |
| CMYK | cmyk(0%, 11%, 11%, 35%) |
| LAB | lab(63.2 6.7 2.4) |
| LCH | lch(63.2 7.1 20.0) |
| OKLCH | oklch(0.686 0.021 17.7) |
Copy-ready code
/* CSS */
color: #a79595;
background-color: #a79595;
/* Tailwind (arbitrary) */
class="text-[#a79595] bg-[#a79595]"
/* SCSS */
$brand: #a79595;
/* SwiftUI */
Color(red: 0.655, green: 0.584, blue: 0.584)
/* Android */
Color.parseColor("#a79595")Accessibility — WCAG contrast
Aa
#a79595 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a79595 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green58.4%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow10.8%
Key (black)34.5%
Color previews
#a79595 text on a black background
contrast 7.38:1
Card sample
#a79595 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a79595;
Background color
Panel with #a79595 background
background-color: #a79595;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a79595;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 149, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 149, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a79595; background: linear-gradient(135deg, #a79595, #A7A195);