#5dbbee
a balanced, electric blue · cool · closest name: skyblue
RGB
93, 187, 238
HSL
201°, 81%, 65%
CMYK
61, 21, 0, 7
Luminance
0.4404
Every format
| HEX | #5dbbee |
| RGB | rgb(93, 187, 238) |
| HSL | hsl(201, 81%, 65%) |
| CMYK | cmyk(61%, 21%, 0%, 7%) |
| LAB | lab(72.3 -13.0 -33.7) |
| LCH | lch(72.3 36.1 248.9) |
| OKLCH | oklch(0.755 0.115 234.9) |
Copy-ready code
/* CSS */
color: #5dbbee;
background-color: #5dbbee;
/* Tailwind (arbitrary) */
class="text-[#5dbbee] bg-[#5dbbee]"
/* SCSS */
$brand: #5dbbee;
/* SwiftUI */
Color(red: 0.365, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#5dbbee")Accessibility — WCAG contrast
Aa
#5dbbee on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbbee on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green73.3%
Blue93.3%
CMYK percentages
Cyan60.9%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#5dbbee text on a black background
contrast 9.81:1
Card sample
#5dbbee text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbbee;
Background color
Panel with #5dbbee background
background-color: #5dbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbbee; background: linear-gradient(135deg, #5dbbee, #605DEE);