#988484
a balanced, muted red · warm · closest name: gray
RGB
152, 132, 132
HSL
0°, 9%, 56%
CMYK
0, 13, 13, 40
Luminance
0.2484
Every format
| HEX | #988484 |
| RGB | rgb(152, 132, 132) |
| HSL | hsl(0, 9%, 56%) |
| CMYK | cmyk(0%, 13%, 13%, 40%) |
| LAB | lab(56.9 7.6 2.8) |
| LCH | lch(56.9 8.1 20.3) |
| OKLCH | oklch(0.631 0.024 17.8) |
Copy-ready code
/* CSS */
color: #988484;
background-color: #988484;
/* Tailwind (arbitrary) */
class="text-[#988484] bg-[#988484]"
/* SCSS */
$brand: #988484;
/* SwiftUI */
Color(red: 0.596, green: 0.518, blue: 0.518)
/* Android */
Color.parseColor("#988484")Accessibility — WCAG contrast
Aa
#988484 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#988484 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green51.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow13.2%
Key (black)40.4%
Color previews
#988484 text on a black background
contrast 5.97:1
Card sample
#988484 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #988484;
Background color
Panel with #988484 background
background-color: #988484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #988484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 132, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 132, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #988484; background: linear-gradient(135deg, #988484, #989184);