#5cd2fc
a light, electric cyan · cool · closest name: skyblue
RGB
92, 210, 252
HSL
196°, 96%, 68%
CMYK
64, 17, 0, 1
Luminance
0.5540
Every format
| HEX | #5cd2fc |
| RGB | rgb(92, 210, 252) |
| HSL | hsl(196, 96%, 68%) |
| CMYK | cmyk(64%, 17%, 0%, 1%) |
| LAB | lab(79.3 -20.9 -30.4) |
| LCH | lch(79.3 36.9 235.6) |
| OKLCH | oklch(0.813 0.120 224.8) |
Copy-ready code
/* CSS */
color: #5cd2fc;
background-color: #5cd2fc;
/* Tailwind (arbitrary) */
class="text-[#5cd2fc] bg-[#5cd2fc]"
/* SCSS */
$brand: #5cd2fc;
/* SwiftUI */
Color(red: 0.361, green: 0.824, blue: 0.988)
/* Android */
Color.parseColor("#5cd2fc")Accessibility — WCAG contrast
Aa
#5cd2fc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd2fc on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green82.4%
Blue98.8%
CMYK percentages
Cyan63.5%
Magenta16.7%
Yellow0.0%
Key (black)1.2%
Color previews
#5cd2fc text on a black background
contrast 12.08:1
Card sample
#5cd2fc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd2fc;
Background color
Panel with #5cd2fc background
background-color: #5cd2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 210, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 210, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd2fc; background: linear-gradient(135deg, #5cd2fc, #5C67FC);