#5daef1
a light, electric blue · cool · closest name: steelblue
RGB
93, 174, 241
HSL
207°, 84%, 66%
CMYK
61, 28, 0, 6
Luminance
0.3895
Every format
| HEX | #5daef1 |
| RGB | rgb(93, 174, 241) |
| HSL | hsl(207, 84%, 66%) |
| CMYK | cmyk(61%, 28%, 0%, 6%) |
| LAB | lab(68.7 -5.0 -40.8) |
| LCH | lch(68.7 41.1 263.0) |
| OKLCH | oklch(0.728 0.126 245.7) |
Copy-ready code
/* CSS */
color: #5daef1;
background-color: #5daef1;
/* Tailwind (arbitrary) */
class="text-[#5daef1] bg-[#5daef1]"
/* SCSS */
$brand: #5daef1;
/* SwiftUI */
Color(red: 0.365, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#5daef1")Accessibility — WCAG contrast
Aa
#5daef1 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5daef1 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green68.2%
Blue94.5%
CMYK percentages
Cyan61.4%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#5daef1 text on a black background
contrast 8.79:1
Card sample
#5daef1 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5daef1;
Background color
Panel with #5daef1 background
background-color: #5daef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5daef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5daef1; background: linear-gradient(135deg, #5daef1, #6F5DF1);