#998899
a balanced, muted gray · warm · closest name: gray
RGB
153, 136, 153
HSL
300°, 8%, 57%
CMYK
0, 11, 0, 40
Luminance
0.2668
Every format
| HEX | #998899 |
| RGB | rgb(153, 136, 153) |
| HSL | hsl(300, 8%, 57%) |
| CMYK | cmyk(0%, 11%, 0%, 40%) |
| LAB | lab(58.7 9.6 -6.7) |
| LCH | lch(58.7 11.7 325.0) |
| OKLCH | oklch(0.647 0.032 325.9) |
Copy-ready code
/* CSS */
color: #998899;
background-color: #998899;
/* Tailwind (arbitrary) */
class="text-[#998899] bg-[#998899]"
/* SCSS */
$brand: #998899;
/* SwiftUI */
Color(red: 0.600, green: 0.533, blue: 0.600)
/* Android */
Color.parseColor("#998899")Accessibility — WCAG contrast
Aa
#998899 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998899 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green53.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow0.0%
Key (black)40.0%
Color previews
#998899 text on a black background
contrast 6.34:1
Card sample
#998899 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998899;
Background color
Panel with #998899 background
background-color: #998899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 136, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 136, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998899; background: linear-gradient(135deg, #998899, #99888E);