#559977
a balanced, soft green · cool · closest name: seagreen
RGB
85, 153, 119
HSL
150°, 29%, 47%
CMYK
44, 0, 22, 40
Luminance
0.2605
Every format
| HEX | #559977 |
| RGB | rgb(85, 153, 119) |
| HSL | hsl(150, 29%, 47%) |
| CMYK | cmyk(44%, 0%, 22%, 40%) |
| LAB | lab(58.1 -29.7 11.3) |
| LCH | lch(58.1 31.8 159.3) |
| OKLCH | oklch(0.628 0.087 160.7) |
Copy-ready code
/* CSS */
color: #559977;
background-color: #559977;
/* Tailwind (arbitrary) */
class="text-[#559977] bg-[#559977]"
/* SCSS */
$brand: #559977;
/* SwiftUI */
Color(red: 0.333, green: 0.600, blue: 0.467)
/* Android */
Color.parseColor("#559977")Accessibility — WCAG contrast
Aa
#559977 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#559977 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green60.0%
Blue46.7%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow22.2%
Key (black)40.0%
Color previews
#559977 text on a black background
contrast 6.21:1
Card sample
#559977 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #559977;
Background color
Panel with #559977 background
background-color: #559977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #559977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 153, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 153, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #559977; background: linear-gradient(135deg, #559977, #558E99);