#888990
a balanced, muted gray · warm · closest name: gray
RGB
136, 137, 144
HSL
233°, 4%, 55%
CMYK
6, 5, 0, 44
Luminance
0.2514
Every format
| HEX | #888990 |
| RGB | rgb(136, 137, 144) |
| HSL | hsl(233, 4%, 55%) |
| CMYK | cmyk(6%, 5%, 0%, 44%) |
| LAB | lab(57.2 1.0 -3.9) |
| LCH | lch(57.2 4.0 285.1) |
| OKLCH | oklch(0.631 0.011 279.6) |
Copy-ready code
/* CSS */
color: #888990;
background-color: #888990;
/* Tailwind (arbitrary) */
class="text-[#888990] bg-[#888990]"
/* SCSS */
$brand: #888990;
/* SwiftUI */
Color(red: 0.533, green: 0.537, blue: 0.565)
/* Android */
Color.parseColor("#888990")Accessibility — WCAG contrast
Aa
#888990 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888990 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green53.7%
Blue56.5%
CMYK percentages
Cyan5.6%
Magenta4.9%
Yellow0.0%
Key (black)43.5%
Color previews
#888990 text on a black background
contrast 6.03:1
Card sample
#888990 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888990;
Background color
Panel with #888990 background
background-color: #888990;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888990;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 137, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 137, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888990; background: linear-gradient(135deg, #888990, #8C8890);