#55aa6f
a balanced, soft green · cool · closest name: seagreen
RGB
85, 170, 111
HSL
138°, 33%, 50%
CMYK
50, 0, 35, 33
Luminance
0.3183
Every format
| HEX | #55aa6f |
| RGB | rgb(85, 170, 111) |
| HSL | hsl(138, 33%, 50%) |
| CMYK | cmyk(50%, 0%, 35%, 33%) |
| LAB | lab(63.2 -39.2 22.7) |
| LCH | lch(63.2 45.3 149.9) |
| OKLCH | oklch(0.669 0.121 151.8) |
Copy-ready code
/* CSS */
color: #55aa6f;
background-color: #55aa6f;
/* Tailwind (arbitrary) */
class="text-[#55aa6f] bg-[#55aa6f]"
/* SCSS */
$brand: #55aa6f;
/* SwiftUI */
Color(red: 0.333, green: 0.667, blue: 0.435)
/* Android */
Color.parseColor("#55aa6f")Accessibility — WCAG contrast
Aa
#55aa6f on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55aa6f on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green66.7%
Blue43.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow34.7%
Key (black)33.3%
Color previews
#55aa6f text on a black background
contrast 7.37:1
Card sample
#55aa6f text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55aa6f;
Background color
Panel with #55aa6f background
background-color: #55aa6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55aa6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 170, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 170, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55aa6f; background: linear-gradient(135deg, #55aa6f, #55AAA8);