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