#5dbfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 191, 226
HSL
196°, 70%, 63%
CMYK
59, 16, 0, 11
Luminance
0.4508
Every format
| HEX | #5dbfe2 |
| RGB | rgb(93, 191, 226) |
| HSL | hsl(196, 70%, 63%) |
| CMYK | cmyk(59%, 16%, 0%, 11%) |
| LAB | lab(72.9 -18.7 -26.1) |
| LCH | lch(72.9 32.2 234.4) |
| OKLCH | oklch(0.759 0.104 224.2) |
Copy-ready code
/* CSS */
color: #5dbfe2;
background-color: #5dbfe2;
/* Tailwind (arbitrary) */
class="text-[#5dbfe2] bg-[#5dbfe2]"
/* SCSS */
$brand: #5dbfe2;
/* SwiftUI */
Color(red: 0.365, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#5dbfe2")Accessibility — WCAG contrast
Aa
#5dbfe2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbfe2 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green74.9%
Blue88.6%
CMYK percentages
Cyan58.8%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#5dbfe2 text on a black background
contrast 10.02:1
Card sample
#5dbfe2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbfe2;
Background color
Panel with #5dbfe2 background
background-color: #5dbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbfe2; background: linear-gradient(135deg, #5dbfe2, #5D66E2);