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