#75889f
a balanced, soft blue · cool · closest name: gray
RGB
117, 136, 159
HSL
213°, 18%, 54%
CMYK
26, 15, 0, 38
Luminance
0.2389
Every format
| HEX | #75889f |
| RGB | rgb(117, 136, 159) |
| HSL | hsl(213, 18%, 54%) |
| CMYK | cmyk(26%, 15%, 0%, 38%) |
| LAB | lab(56.0 -1.4 -14.5) |
| LCH | lch(56.0 14.6 264.4) |
| OKLCH | oklch(0.620 0.041 253.4) |
Copy-ready code
/* CSS */
color: #75889f;
background-color: #75889f;
/* Tailwind (arbitrary) */
class="text-[#75889f] bg-[#75889f]"
/* SCSS */
$brand: #75889f;
/* SwiftUI */
Color(red: 0.459, green: 0.533, blue: 0.624)
/* Android */
Color.parseColor("#75889f")Accessibility — WCAG contrast
Aa
#75889f on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#75889f on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green53.3%
Blue62.4%
CMYK percentages
Cyan26.4%
Magenta14.5%
Yellow0.0%
Key (black)37.6%
Color previews
#75889f text on a black background
contrast 5.78:1
Card sample
#75889f text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75889f;
Background color
Panel with #75889f background
background-color: #75889f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75889f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 136, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 136, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75889f; background: linear-gradient(135deg, #75889f, #7E759F);