#55ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
85, 204, 223
HSL
188°, 68%, 60%
CMYK
62, 9, 0, 13
Luminance
0.5044
Every format
| HEX | #55ccdf |
| RGB | rgb(85, 204, 223) |
| HSL | hsl(188, 68%, 60%) |
| CMYK | cmyk(62%, 9%, 0%, 13%) |
| LAB | lab(76.3 -27.6 -19.4) |
| LCH | lch(76.3 33.7 215.1) |
| OKLCH | oklch(0.785 0.108 209.7) |
Copy-ready code
/* CSS */
color: #55ccdf;
background-color: #55ccdf;
/* Tailwind (arbitrary) */
class="text-[#55ccdf] bg-[#55ccdf]"
/* SCSS */
$brand: #55ccdf;
/* SwiftUI */
Color(red: 0.333, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#55ccdf")Accessibility — WCAG contrast
Aa
#55ccdf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ccdf on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan61.9%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#55ccdf text on a black background
contrast 11.09:1
Card sample
#55ccdf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ccdf;
Background color
Panel with #55ccdf background
background-color: #55ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ccdf; background: linear-gradient(135deg, #55ccdf, #5570DF);