#5bcdfb
a light, electric cyan · cool · closest name: skyblue
RGB
91, 205, 251
HSL
197°, 95%, 67%
CMYK
64, 18, 0, 2
Luminance
0.5285
Every format
| HEX | #5bcdfb |
| RGB | rgb(91, 205, 251) |
| HSL | hsl(197, 95%, 67%) |
| CMYK | cmyk(64%, 18%, 0%, 2%) |
| LAB | lab(77.8 -18.8 -32.2) |
| LCH | lch(77.8 37.2 239.7) |
| OKLCH | oklch(0.801 0.121 227.8) |
Copy-ready code
/* CSS */
color: #5bcdfb;
background-color: #5bcdfb;
/* Tailwind (arbitrary) */
class="text-[#5bcdfb] bg-[#5bcdfb]"
/* SCSS */
$brand: #5bcdfb;
/* SwiftUI */
Color(red: 0.357, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#5bcdfb")Accessibility — WCAG contrast
Aa
#5bcdfb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bcdfb on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green80.4%
Blue98.4%
CMYK percentages
Cyan63.7%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#5bcdfb text on a black background
contrast 11.57:1
Card sample
#5bcdfb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bcdfb;
Background color
Panel with #5bcdfb background
background-color: #5bcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bcdfb; background: linear-gradient(135deg, #5bcdfb, #5B62FB);