#5cdfec
a balanced, electric cyan · cool · closest name: skyblue
RGB
92, 223, 236
HSL
185°, 79%, 64%
CMYK
61, 6, 0, 8
Luminance
0.6111
Every format
| HEX | #5cdfec |
| RGB | rgb(92, 223, 236) |
| HSL | hsl(185, 79%, 64%) |
| CMYK | cmyk(61%, 6%, 0%, 8%) |
| LAB | lab(82.4 -31.9 -17.1) |
| LCH | lch(82.4 36.2 208.2) |
| OKLCH | oklch(0.836 0.115 204.3) |
Copy-ready code
/* CSS */
color: #5cdfec;
background-color: #5cdfec;
/* Tailwind (arbitrary) */
class="text-[#5cdfec] bg-[#5cdfec]"
/* SCSS */
$brand: #5cdfec;
/* SwiftUI */
Color(red: 0.361, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#5cdfec")Accessibility — WCAG contrast
Aa
#5cdfec on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdfec on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green87.5%
Blue92.5%
CMYK percentages
Cyan61.0%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#5cdfec text on a black background
contrast 13.22:1
Card sample
#5cdfec text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdfec;
Background color
Panel with #5cdfec background
background-color: #5cdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdfec; background: linear-gradient(135deg, #5cdfec, #5C7FEC);