#5dcfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 207, 226
HSL
189°, 70%, 63%
CMYK
59, 8, 0, 11
Luminance
0.5244
Every format
| HEX | #5dcfe2 |
| RGB | rgb(93, 207, 226) |
| HSL | hsl(189, 70%, 63%) |
| CMYK | cmyk(59%, 8%, 0%, 11%) |
| LAB | lab(77.5 -26.8 -19.1) |
| LCH | lch(77.5 32.9 215.5) |
| OKLCH | oklch(0.796 0.106 210.0) |
Copy-ready code
/* CSS */
color: #5dcfe2;
background-color: #5dcfe2;
/* Tailwind (arbitrary) */
class="text-[#5dcfe2] bg-[#5dcfe2]"
/* SCSS */
$brand: #5dcfe2;
/* SwiftUI */
Color(red: 0.365, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#5dcfe2")Accessibility — WCAG contrast
Aa
#5dcfe2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dcfe2 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green81.2%
Blue88.6%
CMYK percentages
Cyan58.8%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#5dcfe2 text on a black background
contrast 11.49:1
Card sample
#5dcfe2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dcfe2;
Background color
Panel with #5dcfe2 background
background-color: #5dcfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dcfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dcfe2; background: linear-gradient(135deg, #5dcfe2, #5D76E2);