#5f525f
a dark, muted gray · warm · closest name: gray
RGB
95, 82, 95
HSL
300°, 7%, 35%
CMYK
0, 14, 0, 63
Luminance
0.0929
Every format
| HEX | #5f525f |
| RGB | rgb(95, 82, 95) |
| HSL | hsl(300, 7%, 35%) |
| CMYK | cmyk(0%, 14%, 0%, 63%) |
| LAB | lab(36.5 8.0 -5.6) |
| LCH | lch(36.5 9.7 325.1) |
| OKLCH | oklch(0.456 0.026 326.0) |
Copy-ready code
/* CSS */
color: #5f525f;
background-color: #5f525f;
/* Tailwind (arbitrary) */
class="text-[#5f525f] bg-[#5f525f]"
/* SCSS */
$brand: #5f525f;
/* SwiftUI */
Color(red: 0.373, green: 0.322, blue: 0.373)
/* Android */
Color.parseColor("#5f525f")Accessibility — WCAG contrast
Aa
#5f525f on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f525f on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green32.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow0.0%
Key (black)62.7%
Color previews
#5f525f text on a black background
contrast 2.86:1
Card sample
#5f525f text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f525f;
Background color
Panel with #5f525f background
background-color: #5f525f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f525f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 82, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 82, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f525f; background: linear-gradient(135deg, #5f525f, #5F5256);