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