#55bafd
a light, electric blue · cool · closest name: skyblue
RGB
85, 186, 253
HSL
204°, 98%, 66%
CMYK
66, 27, 0, 1
Luminance
0.4414
Every format
| HEX | #55bafd |
| RGB | rgb(85, 186, 253) |
| HSL | hsl(204, 98%, 66%) |
| CMYK | cmyk(66%, 27%, 0%, 1%) |
| LAB | lab(72.3 -9.1 -41.7) |
| LCH | lch(72.3 42.7 257.8) |
| OKLCH | oklch(0.757 0.135 240.9) |
Copy-ready code
/* CSS */
color: #55bafd;
background-color: #55bafd;
/* Tailwind (arbitrary) */
class="text-[#55bafd] bg-[#55bafd]"
/* SCSS */
$brand: #55bafd;
/* SwiftUI */
Color(red: 0.333, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#55bafd")Accessibility — WCAG contrast
Aa
#55bafd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55bafd on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green72.9%
Blue99.2%
CMYK percentages
Cyan66.4%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#55bafd text on a black background
contrast 9.83:1
Card sample
#55bafd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55bafd;
Background color
Panel with #55bafd background
background-color: #55bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55bafd; background: linear-gradient(135deg, #55bafd, #6055FD);