#5bbdf2
a light, electric blue · cool · closest name: skyblue
RGB
91, 189, 242
HSL
201°, 85%, 65%
CMYK
62, 22, 0, 5
Luminance
0.4503
Every format
| HEX | #5bbdf2 |
| RGB | rgb(91, 189, 242) |
| HSL | hsl(201, 85%, 65%) |
| CMYK | cmyk(62%, 22%, 0%, 5%) |
| LAB | lab(72.9 -13.2 -34.9) |
| LCH | lch(72.9 37.3 249.3) |
| OKLCH | oklch(0.761 0.119 235.0) |
Copy-ready code
/* CSS */
color: #5bbdf2;
background-color: #5bbdf2;
/* Tailwind (arbitrary) */
class="text-[#5bbdf2] bg-[#5bbdf2]"
/* SCSS */
$brand: #5bbdf2;
/* SwiftUI */
Color(red: 0.357, green: 0.741, blue: 0.949)
/* Android */
Color.parseColor("#5bbdf2")Accessibility — WCAG contrast
Aa
#5bbdf2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bbdf2 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green74.1%
Blue94.9%
CMYK percentages
Cyan62.4%
Magenta21.9%
Yellow0.0%
Key (black)5.1%
Color previews
#5bbdf2 text on a black background
contrast 10.01:1
Card sample
#5bbdf2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bbdf2;
Background color
Panel with #5bbdf2 background
background-color: #5bbdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bbdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 189, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 189, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bbdf2; background: linear-gradient(135deg, #5bbdf2, #5E5BF2);