#8888a0
a balanced, muted blue · warm · closest name: gray
RGB
136, 136, 160
HSL
240°, 11%, 58%
CMYK
15, 15, 0, 37
Luminance
0.2538
Every format
| HEX | #8888a0 |
| RGB | rgb(136, 136, 160) |
| HSL | hsl(240, 11%, 58%) |
| CMYK | cmyk(15%, 15%, 0%, 37%) |
| LAB | lab(57.4 5.1 -12.7) |
| LCH | lch(57.4 13.7 291.7) |
| OKLCH | oklch(0.635 0.036 285.3) |
Copy-ready code
/* CSS */
color: #8888a0;
background-color: #8888a0;
/* Tailwind (arbitrary) */
class="text-[#8888a0] bg-[#8888a0]"
/* SCSS */
$brand: #8888a0;
/* SwiftUI */
Color(red: 0.533, green: 0.533, blue: 0.627)
/* Android */
Color.parseColor("#8888a0")Accessibility — WCAG contrast
Aa
#8888a0 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8888a0 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green53.3%
Blue62.7%
CMYK percentages
Cyan15.0%
Magenta15.0%
Yellow0.0%
Key (black)37.3%
Color previews
#8888a0 text on a black background
contrast 6.08:1
Card sample
#8888a0 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8888a0;
Background color
Panel with #8888a0 background
background-color: #8888a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8888a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 136, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 136, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8888a0; background: linear-gradient(135deg, #8888a0, #9888A0);