#575775
a dark, muted blue · warm · closest name: steelblue
RGB
87, 87, 117
HSL
240°, 15%, 40%
CMYK
26, 26, 0, 54
Luminance
0.1013
Every format
| HEX | #575775 |
| RGB | rgb(87, 87, 117) |
| HSL | hsl(240, 15%, 40%) |
| CMYK | cmyk(26%, 26%, 0%, 54%) |
| LAB | lab(38.1 7.2 -17.0) |
| LCH | lch(38.1 18.5 293.0) |
| OKLCH | oklch(0.469 0.048 284.4) |
Copy-ready code
/* CSS */
color: #575775;
background-color: #575775;
/* Tailwind (arbitrary) */
class="text-[#575775] bg-[#575775]"
/* SCSS */
$brand: #575775;
/* SwiftUI */
Color(red: 0.341, green: 0.341, blue: 0.459)
/* Android */
Color.parseColor("#575775")Accessibility — WCAG contrast
Aa
#575775 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#575775 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green34.1%
Blue45.9%
CMYK percentages
Cyan25.6%
Magenta25.6%
Yellow0.0%
Key (black)54.1%
Color previews
#575775 text on a black background
contrast 3.03:1
Card sample
#575775 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #575775;
Background color
Panel with #575775 background
background-color: #575775;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #575775;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 87, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 87, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #575775; background: linear-gradient(135deg, #575775, #6B5775);