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