#5cc0f1
a light, electric cyan · cool · closest name: skyblue
RGB
92, 192, 241
HSL
200°, 84%, 65%
CMYK
62, 20, 0, 6
Luminance
0.4633
Every format
| HEX | #5cc0f1 |
| RGB | rgb(92, 192, 241) |
| HSL | hsl(200, 84%, 65%) |
| CMYK | cmyk(62%, 20%, 0%, 6%) |
| LAB | lab(73.8 -14.9 -33.0) |
| LCH | lch(73.8 36.2 245.7) |
| OKLCH | oklch(0.767 0.117 232.4) |
Copy-ready code
/* CSS */
color: #5cc0f1;
background-color: #5cc0f1;
/* Tailwind (arbitrary) */
class="text-[#5cc0f1] bg-[#5cc0f1]"
/* SCSS */
$brand: #5cc0f1;
/* SwiftUI */
Color(red: 0.361, green: 0.753, blue: 0.945)
/* Android */
Color.parseColor("#5cc0f1")Accessibility — WCAG contrast
Aa
#5cc0f1 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cc0f1 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green75.3%
Blue94.5%
CMYK percentages
Cyan61.8%
Magenta20.3%
Yellow0.0%
Key (black)5.5%
Color previews
#5cc0f1 text on a black background
contrast 10.27:1
Card sample
#5cc0f1 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cc0f1;
Background color
Panel with #5cc0f1 background
background-color: #5cc0f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cc0f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 192, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 192, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cc0f1; background: linear-gradient(135deg, #5cc0f1, #5C5DF1);