#919988
a balanced, muted gray · cool · closest name: gray
RGB
145, 153, 136
HSL
88°, 8%, 57%
CMYK
5, 0, 11, 40
Luminance
0.3058
Every format
| HEX | #919988 |
| RGB | rgb(145, 153, 136) |
| HSL | hsl(88, 8%, 57%) |
| CMYK | cmyk(5%, 0%, 11%, 40%) |
| LAB | lab(62.1 -6.1 8.0) |
| LCH | lch(62.1 10.0 127.5) |
| OKLCH | oklch(0.671 0.026 127.8) |
Copy-ready code
/* CSS */
color: #919988;
background-color: #919988;
/* Tailwind (arbitrary) */
class="text-[#919988] bg-[#919988]"
/* SCSS */
$brand: #919988;
/* SwiftUI */
Color(red: 0.569, green: 0.600, blue: 0.533)
/* Android */
Color.parseColor("#919988")Accessibility — WCAG contrast
Aa
#919988 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#919988 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green60.0%
Blue53.3%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow11.1%
Key (black)40.0%
Color previews
#919988 text on a black background
contrast 7.12:1
Card sample
#919988 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919988;
Background color
Panel with #919988 background
background-color: #919988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 153, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 153, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919988; background: linear-gradient(135deg, #919988, #88998A);