#556688
a dark, soft blue · cool · closest name: steelblue
RGB
85, 102, 136
HSL
220°, 23%, 43%
CMYK
38, 25, 0, 47
Luminance
0.1321
Every format
| HEX | #556688 |
| RGB | rgb(85, 102, 136) |
| HSL | hsl(220, 23%, 43%) |
| CMYK | cmyk(38%, 25%, 0%, 47%) |
| LAB | lab(43.1 2.6 -20.9) |
| LCH | lch(43.1 21.0 277.0) |
| OKLCH | oklch(0.510 0.058 263.8) |
Copy-ready code
/* CSS */
color: #556688;
background-color: #556688;
/* Tailwind (arbitrary) */
class="text-[#556688] bg-[#556688]"
/* SCSS */
$brand: #556688;
/* SwiftUI */
Color(red: 0.333, green: 0.400, blue: 0.533)
/* Android */
Color.parseColor("#556688")Accessibility — WCAG contrast
Aa
#556688 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#556688 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green40.0%
Blue53.3%
CMYK percentages
Cyan37.5%
Magenta25.0%
Yellow0.0%
Key (black)46.7%
Color previews
#556688 text on a black background
contrast 3.64:1
Card sample
#556688 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #556688;
Background color
Panel with #556688 background
background-color: #556688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #556688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 102, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 102, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #556688; background: linear-gradient(135deg, #556688, #665588);