#55cc8b
a balanced, vivid green · cool · closest name: aquamarine
RGB
85, 204, 139
HSL
147°, 54%, 57%
CMYK
58, 0, 32, 20
Luminance
0.4698
Every format
| HEX | #55cc8b |
| RGB | rgb(85, 204, 139) |
| HSL | hsl(147, 54%, 57%) |
| CMYK | cmyk(58%, 0%, 32%, 20%) |
| LAB | lab(74.2 -48.3 22.6) |
| LCH | lch(74.2 53.3 154.9) |
| OKLCH | oklch(0.761 0.143 156.5) |
Copy-ready code
/* CSS */
color: #55cc8b;
background-color: #55cc8b;
/* Tailwind (arbitrary) */
class="text-[#55cc8b] bg-[#55cc8b]"
/* SCSS */
$brand: #55cc8b;
/* SwiftUI */
Color(red: 0.333, green: 0.800, blue: 0.545)
/* Android */
Color.parseColor("#55cc8b")Accessibility — WCAG contrast
Aa
#55cc8b on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55cc8b on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green80.0%
Blue54.5%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow31.9%
Key (black)20.0%
Color previews
#55cc8b text on a black background
contrast 10.40:1
Card sample
#55cc8b text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55cc8b;
Background color
Panel with #55cc8b background
background-color: #55cc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55cc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 204, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 204, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55cc8b; background: linear-gradient(135deg, #55cc8b, #55BECC);