#55ecdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
85, 236, 223
HSL
175°, 80%, 63%
CMYK
64, 0, 6, 8
Luminance
0.6725
Every format
| HEX | #55ecdf |
| RGB | rgb(85, 236, 223) |
| HSL | hsl(175, 80%, 63%) |
| CMYK | cmyk(64%, 0%, 6%, 8%) |
| LAB | lab(85.6 -42.5 -5.5) |
| LCH | lch(85.6 42.9 187.3) |
| OKLCH | oklch(0.860 0.128 187.0) |
Copy-ready code
/* CSS */
color: #55ecdf;
background-color: #55ecdf;
/* Tailwind (arbitrary) */
class="text-[#55ecdf] bg-[#55ecdf]"
/* SCSS */
$brand: #55ecdf;
/* SwiftUI */
Color(red: 0.333, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#55ecdf")Accessibility — WCAG contrast
Aa
#55ecdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ecdf on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green92.5%
Blue87.5%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#55ecdf text on a black background
contrast 14.45:1
Card sample
#55ecdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ecdf;
Background color
Panel with #55ecdf background
background-color: #55ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ecdf; background: linear-gradient(135deg, #55ecdf, #5594EC);