#55fdce
a light, electric cyan · cool · closest name: aquamarine
RGB
85, 253, 206
HSL
163°, 98%, 66%
CMYK
66, 0, 19, 1
Luminance
0.7664
Every format
| HEX | #55fdce |
| RGB | rgb(85, 253, 206) |
| HSL | hsl(163, 98%, 66%) |
| CMYK | cmyk(66%, 0%, 19%, 1%) |
| LAB | lab(90.2 -53.9 10.0) |
| LCH | lch(90.2 54.8 169.5) |
| OKLCH | oklch(0.896 0.153 170.4) |
Copy-ready code
/* CSS */
color: #55fdce;
background-color: #55fdce;
/* Tailwind (arbitrary) */
class="text-[#55fdce] bg-[#55fdce]"
/* SCSS */
$brand: #55fdce;
/* SwiftUI */
Color(red: 0.333, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#55fdce")Accessibility — WCAG contrast
Aa
#55fdce on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55fdce on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green99.2%
Blue80.8%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#55fdce text on a black background
contrast 16.33:1
Card sample
#55fdce text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55fdce;
Background color
Panel with #55fdce background
background-color: #55fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55fdce; background: linear-gradient(135deg, #55fdce, #55BCFD);