#556077
a dark, soft blue · cool · closest name: darkslategray
RGB
85, 96, 119
HSL
221°, 17%, 40%
CMYK
29, 19, 0, 53
Luminance
0.1163
Every format
| HEX | #556077 |
| RGB | rgb(85, 96, 119) |
| HSL | hsl(221, 17%, 40%) |
| CMYK | cmyk(29%, 19%, 0%, 53%) |
| LAB | lab(40.6 1.5 -14.3) |
| LCH | lch(40.6 14.4 276.0) |
| OKLCH | oklch(0.488 0.040 264.9) |
Copy-ready code
/* CSS */
color: #556077;
background-color: #556077;
/* Tailwind (arbitrary) */
class="text-[#556077] bg-[#556077]"
/* SCSS */
$brand: #556077;
/* SwiftUI */
Color(red: 0.333, green: 0.376, blue: 0.467)
/* Android */
Color.parseColor("#556077")Accessibility — WCAG contrast
Aa
#556077 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#556077 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green37.6%
Blue46.7%
CMYK percentages
Cyan28.6%
Magenta19.3%
Yellow0.0%
Key (black)53.3%
Color previews
#556077 text on a black background
contrast 3.33:1
Card sample
#556077 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #556077;
Background color
Panel with #556077 background
background-color: #556077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #556077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 96, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 96, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #556077; background: linear-gradient(135deg, #556077, #615577);