#5dbbfc
a light, electric blue · cool · closest name: skyblue
RGB
93, 187, 252
HSL
205°, 96%, 68%
CMYK
63, 26, 0, 1
Luminance
0.4490
Every format
| HEX | #5dbbfc |
| RGB | rgb(93, 187, 252) |
| HSL | hsl(205, 96%, 68%) |
| CMYK | cmyk(63%, 26%, 0%, 1%) |
| LAB | lab(72.8 -8.6 -40.4) |
| LCH | lch(72.8 41.3 257.9) |
| OKLCH | oklch(0.761 0.129 241.5) |
Copy-ready code
/* CSS */
color: #5dbbfc;
background-color: #5dbbfc;
/* Tailwind (arbitrary) */
class="text-[#5dbbfc] bg-[#5dbbfc]"
/* SCSS */
$brand: #5dbbfc;
/* SwiftUI */
Color(red: 0.365, green: 0.733, blue: 0.988)
/* Android */
Color.parseColor("#5dbbfc")Accessibility — WCAG contrast
Aa
#5dbbfc on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbbfc on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green73.3%
Blue98.8%
CMYK percentages
Cyan63.1%
Magenta25.8%
Yellow0.0%
Key (black)1.2%
Color previews
#5dbbfc text on a black background
contrast 9.98:1
Card sample
#5dbbfc text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbbfc;
Background color
Panel with #5dbbfc background
background-color: #5dbbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 187, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 187, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbbfc; background: linear-gradient(135deg, #5dbbfc, #695DFC);