#5dafe2
a balanced, vivid blue · cool · closest name: skyblue
RGB
93, 175, 226
HSL
203°, 70%, 63%
CMYK
59, 23, 0, 11
Luminance
0.3848
Every format
| HEX | #5dafe2 |
| RGB | rgb(93, 175, 226) |
| HSL | hsl(203, 70%, 63%) |
| CMYK | cmyk(59%, 23%, 0%, 11%) |
| LAB | lab(68.4 -10.2 -33.2) |
| LCH | lch(68.4 34.7 252.8) |
| OKLCH | oklch(0.723 0.109 238.1) |
Copy-ready code
/* CSS */
color: #5dafe2;
background-color: #5dafe2;
/* Tailwind (arbitrary) */
class="text-[#5dafe2] bg-[#5dafe2]"
/* SCSS */
$brand: #5dafe2;
/* SwiftUI */
Color(red: 0.365, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#5dafe2")Accessibility — WCAG contrast
Aa
#5dafe2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dafe2 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green68.6%
Blue88.6%
CMYK percentages
Cyan58.8%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#5dafe2 text on a black background
contrast 8.70:1
Card sample
#5dafe2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dafe2;
Background color
Panel with #5dafe2 background
background-color: #5dafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dafe2; background: linear-gradient(135deg, #5dafe2, #635DE2);