#55fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
85, 252, 223
HSL
170°, 97%, 66%
CMYK
66, 0, 12, 1
Luminance
0.7688
Every format
| HEX | #55fcdf |
| RGB | rgb(85, 252, 223) |
| HSL | hsl(170, 97%, 66%) |
| CMYK | cmyk(66%, 0%, 12%, 1%) |
| LAB | lab(90.3 -49.4 1.3) |
| LCH | lch(90.3 49.5 178.5) |
| OKLCH | oklch(0.898 0.142 178.9) |
Copy-ready code
/* CSS */
color: #55fcdf;
background-color: #55fcdf;
/* Tailwind (arbitrary) */
class="text-[#55fcdf] bg-[#55fcdf]"
/* SCSS */
$brand: #55fcdf;
/* SwiftUI */
Color(red: 0.333, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#55fcdf")Accessibility — WCAG contrast
Aa
#55fcdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55fcdf on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#55fcdf text on a black background
contrast 16.38:1
Card sample
#55fcdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55fcdf;
Background color
Panel with #55fcdf background
background-color: #55fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55fcdf; background: linear-gradient(135deg, #55fcdf, #55AAFC);