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