#755757
a dark, muted red · warm · closest name: gray
RGB
117, 87, 87
HSL
0°, 15%, 40%
CMYK
0, 26, 26, 54
Luminance
0.1129
Every format
| HEX | #755757 |
| RGB | rgb(117, 87, 87) |
| HSL | hsl(0, 15%, 40%) |
| CMYK | cmyk(0%, 26%, 26%, 54%) |
| LAB | lab(40.1 12.4 4.8) |
| LCH | lch(40.1 13.3 21.3) |
| OKLCH | oklch(0.488 0.040 18.6) |
Copy-ready code
/* CSS */
color: #755757;
background-color: #755757;
/* Tailwind (arbitrary) */
class="text-[#755757] bg-[#755757]"
/* SCSS */
$brand: #755757;
/* SwiftUI */
Color(red: 0.459, green: 0.341, blue: 0.341)
/* Android */
Color.parseColor("#755757")Accessibility — WCAG contrast
Aa
#755757 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#755757 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green34.1%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow25.6%
Key (black)54.1%
Color previews
#755757 text on a black background
contrast 3.26:1
Card sample
#755757 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #755757;
Background color
Panel with #755757 background
background-color: #755757;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #755757;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 87, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 87, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #755757; background: linear-gradient(135deg, #755757, #756B57);