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