#858585
a balanced, muted gray · warm · “gray”
RGB
133, 133, 133
HSL
0°, 0%, 52%
CMYK
0, 0, 0, 48
Luminance
0.2346
Every format
| HEX | #858585 |
| RGB | rgb(133, 133, 133) |
| HSL | hsl(0, 0%, 52%) |
| CMYK | cmyk(0%, 0%, 0%, 48%) |
| LAB | lab(55.5 0.0 0.0) |
| LCH | lch(55.5 0.0 180.0) |
| OKLCH | oklch(0.617 0.000 89.9) |
Copy-ready code
/* CSS */
color: #858585;
background-color: #858585;
/* Tailwind (arbitrary) */
class="text-[#858585] bg-[#858585]"
/* SCSS */
$brand: #858585;
/* SwiftUI */
Color(red: 0.522, green: 0.522, blue: 0.522)
/* Android */
Color.parseColor("#858585")Accessibility — WCAG contrast
Aa
#858585 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858585 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green52.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)47.8%
Color previews
#858585 text on a black background
contrast 5.69:1
Card sample
#858585 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858585;
Background color
Panel with #858585 background
background-color: #858585;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858585;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 133, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 133, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858585; background: linear-gradient(135deg, #858585, #858585);