#55dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
85, 219, 253
HSL
192°, 98%, 66%
CMYK
66, 13, 0, 1
Luminance
0.5969
Every format
| HEX | #55dbfd |
| RGB | rgb(85, 219, 253) |
| HSL | hsl(192, 98%, 66%) |
| CMYK | cmyk(66%, 13%, 0%, 1%) |
| LAB | lab(81.7 -26.1 -27.3) |
| LCH | lch(81.7 37.8 226.2) |
| OKLCH | oklch(0.832 0.124 217.9) |
Copy-ready code
/* CSS */
color: #55dbfd;
background-color: #55dbfd;
/* Tailwind (arbitrary) */
class="text-[#55dbfd] bg-[#55dbfd]"
/* SCSS */
$brand: #55dbfd;
/* SwiftUI */
Color(red: 0.333, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#55dbfd")Accessibility — WCAG contrast
Aa
#55dbfd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55dbfd on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green85.9%
Blue99.2%
CMYK percentages
Cyan66.4%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#55dbfd text on a black background
contrast 12.94:1
Card sample
#55dbfd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55dbfd;
Background color
Panel with #55dbfd background
background-color: #55dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55dbfd; background: linear-gradient(135deg, #55dbfd, #556BFD);