#55eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
85, 236, 205
HSL
168°, 80%, 63%
CMYK
64, 0, 13, 8
Luminance
0.6633
Every format
| HEX | #55eccd |
| RGB | rgb(85, 236, 205) |
| HSL | hsl(168, 80%, 63%) |
| CMYK | cmyk(64%, 0%, 13%, 8%) |
| LAB | lab(85.2 -47.0 3.3) |
| LCH | lch(85.2 47.2 176.0) |
| OKLCH | oklch(0.855 0.135 176.6) |
Copy-ready code
/* CSS */
color: #55eccd;
background-color: #55eccd;
/* Tailwind (arbitrary) */
class="text-[#55eccd] bg-[#55eccd]"
/* SCSS */
$brand: #55eccd;
/* SwiftUI */
Color(red: 0.333, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#55eccd")Accessibility — WCAG contrast
Aa
#55eccd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55eccd on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green92.5%
Blue80.4%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#55eccd text on a black background
contrast 14.27:1
Card sample
#55eccd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55eccd;
Background color
Panel with #55eccd background
background-color: #55eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55eccd; background: linear-gradient(135deg, #55eccd, #55A6EC);