#5cdfff
a light, electric cyan · cool · closest name: skyblue
RGB
92, 223, 255
HSL
192°, 100%, 68%
CMYK
64, 13, 0, 0
Luminance
0.6227
Every format
| HEX | #5cdfff |
| RGB | rgb(92, 223, 255) |
| HSL | hsl(192, 100%, 68%) |
| CMYK | cmyk(64%, 13%, 0%, 0%) |
| LAB | lab(83.0 -26.5 -26.2) |
| LCH | lch(83.0 37.2 224.7) |
| OKLCH | oklch(0.843 0.122 216.8) |
Copy-ready code
/* CSS */
color: #5cdfff;
background-color: #5cdfff;
/* Tailwind (arbitrary) */
class="text-[#5cdfff] bg-[#5cdfff]"
/* SCSS */
$brand: #5cdfff;
/* SwiftUI */
Color(red: 0.361, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#5cdfff")Accessibility — WCAG contrast
Aa
#5cdfff on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdfff on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green87.5%
Blue100.0%
CMYK percentages
Cyan63.9%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#5cdfff text on a black background
contrast 13.45:1
Card sample
#5cdfff text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdfff;
Background color
Panel with #5cdfff background
background-color: #5cdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdfff; background: linear-gradient(135deg, #5cdfff, #5C72FF);