#5cd0fc
a light, electric cyan · cool · closest name: skyblue
RGB
92, 208, 252
HSL
197°, 96%, 68%
CMYK
64, 18, 0, 1
Luminance
0.5442
Every format
| HEX | #5cd0fc |
| RGB | rgb(92, 208, 252) |
| HSL | hsl(197, 96%, 68%) |
| CMYK | cmyk(64%, 18%, 0%, 1%) |
| LAB | lab(78.7 -19.9 -31.3) |
| LCH | lch(78.7 37.0 237.6) |
| OKLCH | oklch(0.808 0.121 226.3) |
Copy-ready code
/* CSS */
color: #5cd0fc;
background-color: #5cd0fc;
/* Tailwind (arbitrary) */
class="text-[#5cd0fc] bg-[#5cd0fc]"
/* SCSS */
$brand: #5cd0fc;
/* SwiftUI */
Color(red: 0.361, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#5cd0fc")Accessibility — WCAG contrast
Aa
#5cd0fc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd0fc on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green81.6%
Blue98.8%
CMYK percentages
Cyan63.5%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#5cd0fc text on a black background
contrast 11.88:1
Card sample
#5cd0fc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd0fc;
Background color
Panel with #5cd0fc background
background-color: #5cd0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd0fc; background: linear-gradient(135deg, #5cd0fc, #5C66FC);