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