#55fbc9
a light, electric cyan · cool · closest name: aquamarine
RGB
85, 251, 201
HSL
162°, 95%, 66%
CMYK
66, 0, 20, 2
Luminance
0.7514
Every format
| HEX | #55fbc9 |
| RGB | rgb(85, 251, 201) |
| HSL | hsl(162, 95%, 66%) |
| CMYK | cmyk(66%, 0%, 20%, 2%) |
| LAB | lab(89.5 -54.2 11.6) |
| LCH | lch(89.5 55.5 168.0) |
| OKLCH | oklch(0.890 0.154 168.9) |
Copy-ready code
/* CSS */
color: #55fbc9;
background-color: #55fbc9;
/* Tailwind (arbitrary) */
class="text-[#55fbc9] bg-[#55fbc9]"
/* SCSS */
$brand: #55fbc9;
/* SwiftUI */
Color(red: 0.333, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#55fbc9")Accessibility — WCAG contrast
Aa
#55fbc9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55fbc9 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green98.4%
Blue78.8%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#55fbc9 text on a black background
contrast 16.03:1
Card sample
#55fbc9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55fbc9;
Background color
Panel with #55fbc9 background
background-color: #55fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55fbc9; background: linear-gradient(135deg, #55fbc9, #55BEFB);