#55fceb
a light, electric cyan · cool · closest name: turquoise
RGB
85, 252, 235
HSL
174°, 97%, 66%
CMYK
66, 0, 7, 1
Luminance
0.7755
Every format
| HEX | #55fceb |
| RGB | rgb(85, 252, 235) |
| HSL | hsl(174, 97%, 66%) |
| CMYK | cmyk(66%, 0%, 7%, 1%) |
| LAB | lab(90.6 -46.4 -4.5) |
| LCH | lch(90.6 46.6 185.5) |
| OKLCH | oklch(0.902 0.138 185.3) |
Copy-ready code
/* CSS */
color: #55fceb;
background-color: #55fceb;
/* Tailwind (arbitrary) */
class="text-[#55fceb] bg-[#55fceb]"
/* SCSS */
$brand: #55fceb;
/* SwiftUI */
Color(red: 0.333, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#55fceb")Accessibility — WCAG contrast
Aa
#55fceb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55fceb on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green98.8%
Blue92.2%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#55fceb text on a black background
contrast 16.51:1
Card sample
#55fceb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55fceb;
Background color
Panel with #55fceb background
background-color: #55fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55fceb; background: linear-gradient(135deg, #55fceb, #559EFC);