#5db5eb
a balanced, electric blue · cool · closest name: skyblue
RGB
93, 181, 235
HSL
203°, 78%, 64%
CMYK
60, 23, 0, 8
Luminance
0.4137
Every format
| HEX | #5db5eb |
| RGB | rgb(93, 181, 235) |
| HSL | hsl(203, 78%, 64%) |
| CMYK | cmyk(60%, 23%, 0%, 8%) |
| LAB | lab(70.4 -10.7 -34.9) |
| LCH | lch(70.4 36.5 253.0) |
| OKLCH | oklch(0.740 0.115 238.0) |
Copy-ready code
/* CSS */
color: #5db5eb;
background-color: #5db5eb;
/* Tailwind (arbitrary) */
class="text-[#5db5eb] bg-[#5db5eb]"
/* SCSS */
$brand: #5db5eb;
/* SwiftUI */
Color(red: 0.365, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#5db5eb")Accessibility — WCAG contrast
Aa
#5db5eb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5db5eb on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green71.0%
Blue92.2%
CMYK percentages
Cyan60.4%
Magenta23.0%
Yellow0.0%
Key (black)7.8%
Color previews
#5db5eb text on a black background
contrast 9.27:1
Card sample
#5db5eb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5db5eb;
Background color
Panel with #5db5eb background
background-color: #5db5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5db5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5db5eb; background: linear-gradient(135deg, #5db5eb, #645DEB);