#55fbaf
a light, electric green · cool · closest name: aquamarine
RGB
85, 251, 175
HSL
153°, 95%, 66%
CMYK
66, 0, 30, 2
Luminance
0.7402
Every format
| HEX | #55fbaf |
| RGB | rgb(85, 251, 175) |
| HSL | hsl(153, 95%, 66%) |
| CMYK | cmyk(66%, 0%, 30%, 2%) |
| LAB | lab(88.9 -59.8 24.2) |
| LCH | lch(88.9 64.5 158.0) |
| OKLCH | oklch(0.884 0.174 159.4) |
Copy-ready code
/* CSS */
color: #55fbaf;
background-color: #55fbaf;
/* Tailwind (arbitrary) */
class="text-[#55fbaf] bg-[#55fbaf]"
/* SCSS */
$brand: #55fbaf;
/* SwiftUI */
Color(red: 0.333, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#55fbaf")Accessibility — WCAG contrast
Aa
#55fbaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55fbaf on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green98.4%
Blue68.6%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#55fbaf text on a black background
contrast 15.80:1
Card sample
#55fbaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55fbaf;
Background color
Panel with #55fbaf background
background-color: #55fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55fbaf; background: linear-gradient(135deg, #55fbaf, #55D8FB);