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