#558899
a balanced, soft cyan · cool · closest name: teal
RGB
85, 136, 153
HSL
195°, 29%, 47%
CMYK
44, 11, 0, 40
Luminance
0.2184
Every format
| HEX | #558899 |
| RGB | rgb(85, 136, 153) |
| HSL | hsl(195, 29%, 47%) |
| CMYK | cmyk(44%, 11%, 0%, 40%) |
| LAB | lab(53.9 -12.4 -14.4) |
| LCH | lch(53.9 19.0 229.3) |
| OKLCH | oklch(0.597 0.060 221.2) |
Copy-ready code
/* CSS */
color: #558899;
background-color: #558899;
/* Tailwind (arbitrary) */
class="text-[#558899] bg-[#558899]"
/* SCSS */
$brand: #558899;
/* SwiftUI */
Color(red: 0.333, green: 0.533, blue: 0.600)
/* Android */
Color.parseColor("#558899")Accessibility — WCAG contrast
Aa
#558899 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558899 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green53.3%
Blue60.0%
CMYK percentages
Cyan44.4%
Magenta11.1%
Yellow0.0%
Key (black)40.0%
Color previews
#558899 text on a black background
contrast 5.37:1
Card sample
#558899 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558899;
Background color
Panel with #558899 background
background-color: #558899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 136, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 136, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558899; background: linear-gradient(135deg, #558899, #555B99);