#75666b
a dark, muted gray · warm · closest name: gray
RGB
117, 102, 107
HSL
340°, 7%, 43%
CMYK
0, 13, 9, 54
Luminance
0.1435
Every format
| HEX | #75666b |
| RGB | rgb(117, 102, 107) |
| HSL | hsl(340, 7%, 43%) |
| CMYK | cmyk(0%, 13%, 9%, 54%) |
| LAB | lab(44.7 6.9 -0.6) |
| LCH | lch(44.7 6.9 354.9) |
| OKLCH | oklch(0.526 0.020 355.7) |
Copy-ready code
/* CSS */
color: #75666b;
background-color: #75666b;
/* Tailwind (arbitrary) */
class="text-[#75666b] bg-[#75666b]"
/* SCSS */
$brand: #75666b;
/* SwiftUI */
Color(red: 0.459, green: 0.400, blue: 0.420)
/* Android */
Color.parseColor("#75666b")Accessibility — WCAG contrast
Aa
#75666b on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#75666b on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green40.0%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow8.5%
Key (black)54.1%
Color previews
#75666b text on a black background
contrast 3.87:1
Card sample
#75666b text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75666b;
Background color
Panel with #75666b background
background-color: #75666b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75666b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 102, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 102, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75666b; background: linear-gradient(135deg, #75666b, #756B66);