#999988
a balanced, muted gray · cool · closest name: gray
RGB
153, 153, 136
HSL
60°, 8%, 57%
CMYK
0, 0, 11, 40
Luminance
0.3133
Every format
| HEX | #999988 |
| RGB | rgb(153, 153, 136) |
| HSL | hsl(60, 8%, 57%) |
| CMYK | cmyk(0%, 0%, 11%, 40%) |
| LAB | lab(62.8 -3.1 8.9) |
| LCH | lch(62.8 9.5 109.1) |
| OKLCH | oklch(0.678 0.024 107.0) |
Copy-ready code
/* CSS */
color: #999988;
background-color: #999988;
/* Tailwind (arbitrary) */
class="text-[#999988] bg-[#999988]"
/* SCSS */
$brand: #999988;
/* SwiftUI */
Color(red: 0.600, green: 0.600, blue: 0.533)
/* Android */
Color.parseColor("#999988")Accessibility — WCAG contrast
Aa
#999988 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#999988 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green60.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow11.1%
Key (black)40.0%
Color previews
#999988 text on a black background
contrast 7.27:1
Card sample
#999988 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999988;
Background color
Panel with #999988 background
background-color: #999988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 153, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 153, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999988; background: linear-gradient(135deg, #999988, #8E9988);