#5dcdfb
a light, electric cyan · cool · closest name: skyblue
RGB
93, 205, 251
HSL
198°, 95%, 68%
CMYK
63, 18, 0, 2
Luminance
0.5295
Every format
| HEX | #5dcdfb |
| RGB | rgb(93, 205, 251) |
| HSL | hsl(198, 95%, 68%) |
| CMYK | cmyk(63%, 18%, 0%, 2%) |
| LAB | lab(77.8 -18.4 -32.1) |
| LCH | lch(77.8 37.0 240.1) |
| OKLCH | oklch(0.801 0.120 228.1) |
Copy-ready code
/* CSS */
color: #5dcdfb;
background-color: #5dcdfb;
/* Tailwind (arbitrary) */
class="text-[#5dcdfb] bg-[#5dcdfb]"
/* SCSS */
$brand: #5dcdfb;
/* SwiftUI */
Color(red: 0.365, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#5dcdfb")Accessibility — WCAG contrast
Aa
#5dcdfb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dcdfb on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan62.9%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#5dcdfb text on a black background
contrast 11.59:1
Card sample
#5dcdfb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dcdfb;
Background color
Panel with #5dcdfb background
background-color: #5dcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dcdfb; background: linear-gradient(135deg, #5dcdfb, #5D64FB);