#5dcdff
a light, electric cyan · cool · closest name: skyblue
RGB
93, 205, 255
HSL
199°, 100%, 68%
CMYK
64, 20, 0, 0
Luminance
0.5321
Every format
| HEX | #5dcdff |
| RGB | rgb(93, 205, 255) |
| HSL | hsl(199, 100%, 68%) |
| CMYK | cmyk(64%, 20%, 0%, 0%) |
| LAB | lab(78.0 -17.2 -34.0) |
| LCH | lch(78.0 38.1 243.1) |
| OKLCH | oklch(0.803 0.123 230.3) |
Copy-ready code
/* CSS */
color: #5dcdff;
background-color: #5dcdff;
/* Tailwind (arbitrary) */
class="text-[#5dcdff] bg-[#5dcdff]"
/* SCSS */
$brand: #5dcdff;
/* SwiftUI */
Color(red: 0.365, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#5dcdff")Accessibility — WCAG contrast
Aa
#5dcdff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dcdff on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green80.4%
Blue100.0%
CMYK percentages
Cyan63.5%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#5dcdff text on a black background
contrast 11.64:1
Card sample
#5dcdff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dcdff;
Background color
Panel with #5dcdff background
background-color: #5dcdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dcdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dcdff; background: linear-gradient(135deg, #5dcdff, #5D61FF);