#555577
a dark, soft blue · warm · closest name: steelblue
RGB
85, 85, 119
HSL
240°, 17%, 40%
CMYK
29, 29, 0, 53
Luminance
0.0976
Every format
| HEX | #555577 |
| RGB | rgb(85, 85, 119) |
| HSL | hsl(240, 17%, 40%) |
| CMYK | cmyk(29%, 29%, 0%, 53%) |
| LAB | lab(37.4 8.4 -19.3) |
| LCH | lch(37.4 21.0 293.5) |
| OKLCH | oklch(0.464 0.055 284.1) |
Copy-ready code
/* CSS */
color: #555577;
background-color: #555577;
/* Tailwind (arbitrary) */
class="text-[#555577] bg-[#555577]"
/* SCSS */
$brand: #555577;
/* SwiftUI */
Color(red: 0.333, green: 0.333, blue: 0.467)
/* Android */
Color.parseColor("#555577")Accessibility — WCAG contrast
Aa
#555577 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555577 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.3%
Blue46.7%
CMYK percentages
Cyan28.6%
Magenta28.6%
Yellow0.0%
Key (black)53.3%
Color previews
#555577 text on a black background
contrast 2.95:1
Card sample
#555577 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555577;
Background color
Panel with #555577 background
background-color: #555577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 85, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 85, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555577; background: linear-gradient(135deg, #555577, #6C5577);