#75868a
a balanced, muted cyan · cool · closest name: gray
RGB
117, 134, 138
HSL
191°, 8%, 50%
CMYK
15, 3, 0, 46
Luminance
0.2267
Every format
| HEX | #75868a |
| RGB | rgb(117, 134, 138) |
| HSL | hsl(191, 8%, 50%) |
| CMYK | cmyk(15%, 3%, 0%, 46%) |
| LAB | lab(54.7 -5.3 -4.2) |
| LCH | lch(54.7 6.8 218.8) |
| OKLCH | oklch(0.608 0.021 213.5) |
Copy-ready code
/* CSS */
color: #75868a;
background-color: #75868a;
/* Tailwind (arbitrary) */
class="text-[#75868a] bg-[#75868a]"
/* SCSS */
$brand: #75868a;
/* SwiftUI */
Color(red: 0.459, green: 0.525, blue: 0.541)
/* Android */
Color.parseColor("#75868a")Accessibility — WCAG contrast
Aa
#75868a on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#75868a on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.5%
Blue54.1%
CMYK percentages
Cyan15.2%
Magenta2.9%
Yellow0.0%
Key (black)45.9%
Color previews
#75868a text on a black background
contrast 5.53:1
Card sample
#75868a text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75868a;
Background color
Panel with #75868a background
background-color: #75868a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75868a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 134, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 134, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75868a; background: linear-gradient(135deg, #75868a, #75788A);