#5cecfd
a light, electric cyan · cool · closest name: cyan
RGB
92, 236, 253
HSL
186°, 98%, 68%
CMYK
64, 7, 0, 1
Luminance
0.6936
Every format
| HEX | #5cecfd |
| RGB | rgb(92, 236, 253) |
| HSL | hsl(186, 98%, 68%) |
| CMYK | cmyk(64%, 7%, 0%, 1%) |
| LAB | lab(86.7 -33.3 -19.6) |
| LCH | lch(86.7 38.7 210.5) |
| OKLCH | oklch(0.872 0.124 206.1) |
Copy-ready code
/* CSS */
color: #5cecfd;
background-color: #5cecfd;
/* Tailwind (arbitrary) */
class="text-[#5cecfd] bg-[#5cecfd]"
/* SCSS */
$brand: #5cecfd;
/* SwiftUI */
Color(red: 0.361, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#5cecfd")Accessibility — WCAG contrast
Aa
#5cecfd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cecfd on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green92.5%
Blue99.2%
CMYK percentages
Cyan63.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#5cecfd text on a black background
contrast 14.87:1
Card sample
#5cecfd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cecfd;
Background color
Panel with #5cecfd background
background-color: #5cecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cecfd; background: linear-gradient(135deg, #5cecfd, #5C81FD);