#5ce4fd
a light, electric cyan · cool · closest name: skyblue
RGB
92, 228, 253
HSL
189°, 98%, 68%
CMYK
64, 10, 0, 1
Luminance
0.6485
Every format
| HEX | #5ce4fd |
| RGB | rgb(92, 228, 253) |
| HSL | hsl(189, 98%, 68%) |
| CMYK | cmyk(64%, 10%, 0%, 1%) |
| LAB | lab(84.4 -29.5 -23.1) |
| LCH | lch(84.4 37.5 218.1) |
| OKLCH | oklch(0.854 0.121 211.9) |
Copy-ready code
/* CSS */
color: #5ce4fd;
background-color: #5ce4fd;
/* Tailwind (arbitrary) */
class="text-[#5ce4fd] bg-[#5ce4fd]"
/* SCSS */
$brand: #5ce4fd;
/* SwiftUI */
Color(red: 0.361, green: 0.894, blue: 0.992)
/* Android */
Color.parseColor("#5ce4fd")Accessibility — WCAG contrast
Aa
#5ce4fd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce4fd on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green89.4%
Blue99.2%
CMYK percentages
Cyan63.6%
Magenta9.9%
Yellow0.0%
Key (black)0.8%
Color previews
#5ce4fd text on a black background
contrast 13.97:1
Card sample
#5ce4fd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce4fd;
Background color
Panel with #5ce4fd background
background-color: #5ce4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 228, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 228, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce4fd; background: linear-gradient(135deg, #5ce4fd, #5C79FD);