#55ccee
a balanced, electric cyan · cool · closest name: skyblue
RGB
85, 204, 238
HSL
193°, 82%, 63%
CMYK
64, 14, 0, 7
Luminance
0.5129
Every format
| HEX | #55ccee |
| RGB | rgb(85, 204, 238) |
| HSL | hsl(193, 82%, 63%) |
| CMYK | cmyk(64%, 14%, 0%, 7%) |
| LAB | lab(76.8 -23.1 -26.6) |
| LCH | lch(76.8 35.3 229.0) |
| OKLCH | oklch(0.791 0.116 220.0) |
Copy-ready code
/* CSS */
color: #55ccee;
background-color: #55ccee;
/* Tailwind (arbitrary) */
class="text-[#55ccee] bg-[#55ccee]"
/* SCSS */
$brand: #55ccee;
/* SwiftUI */
Color(red: 0.333, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#55ccee")Accessibility — WCAG contrast
Aa
#55ccee on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ccee on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green80.0%
Blue93.3%
CMYK percentages
Cyan64.3%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#55ccee text on a black background
contrast 11.26:1
Card sample
#55ccee text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ccee;
Background color
Panel with #55ccee background
background-color: #55ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ccee; background: linear-gradient(135deg, #55ccee, #5566EE);