#5cccfc
a light, electric cyan · cool · closest name: skyblue
RGB
92, 204, 252
HSL
198°, 96%, 68%
CMYK
64, 19, 0, 1
Luminance
0.5249
Every format
| HEX | #5cccfc |
| RGB | rgb(92, 204, 252) |
| HSL | hsl(198, 96%, 68%) |
| CMYK | cmyk(64%, 19%, 0%, 1%) |
| LAB | lab(77.6 -17.8 -33.0) |
| LCH | lch(77.6 37.5 241.7) |
| OKLCH | oklch(0.799 0.122 229.3) |
Copy-ready code
/* CSS */
color: #5cccfc;
background-color: #5cccfc;
/* Tailwind (arbitrary) */
class="text-[#5cccfc] bg-[#5cccfc]"
/* SCSS */
$brand: #5cccfc;
/* SwiftUI */
Color(red: 0.361, green: 0.800, blue: 0.988)
/* Android */
Color.parseColor("#5cccfc")Accessibility — WCAG contrast
Aa
#5cccfc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cccfc on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green80.0%
Blue98.8%
CMYK percentages
Cyan63.5%
Magenta19.0%
Yellow0.0%
Key (black)1.2%
Color previews
#5cccfc text on a black background
contrast 11.50:1
Card sample
#5cccfc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cccfc;
Background color
Panel with #5cccfc background
background-color: #5cccfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cccfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 204, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 204, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cccfc; background: linear-gradient(135deg, #5cccfc, #5C62FC);