#55aa77
a balanced, soft green · cool · closest name: seagreen
RGB
85, 170, 119
HSL
144°, 33%, 50%
CMYK
50, 0, 30, 33
Luminance
0.3201
Every format
| HEX | #55aa77 |
| RGB | rgb(85, 170, 119) |
| HSL | hsl(144, 33%, 50%) |
| CMYK | cmyk(50%, 0%, 30%, 33%) |
| LAB | lab(63.4 -37.6 18.6) |
| LCH | lch(63.4 42.0 153.7) |
| OKLCH | oklch(0.671 0.113 155.4) |
Copy-ready code
/* CSS */
color: #55aa77;
background-color: #55aa77;
/* Tailwind (arbitrary) */
class="text-[#55aa77] bg-[#55aa77]"
/* SCSS */
$brand: #55aa77;
/* SwiftUI */
Color(red: 0.333, green: 0.667, blue: 0.467)
/* Android */
Color.parseColor("#55aa77")Accessibility — WCAG contrast
Aa
#55aa77 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55aa77 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green66.7%
Blue46.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow30.0%
Key (black)33.3%
Color previews
#55aa77 text on a black background
contrast 7.40:1
Card sample
#55aa77 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55aa77;
Background color
Panel with #55aa77 background
background-color: #55aa77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55aa77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 170, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 170, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55aa77; background: linear-gradient(135deg, #55aa77, #55A4AA);