#5cccfe
a light, electric cyan · cool · closest name: skyblue
RGB
92, 204, 254
HSL
199°, 99%, 68%
CMYK
64, 20, 0, 0
Luminance
0.5262
Every format
| HEX | #5cccfe |
| RGB | rgb(92, 204, 254) |
| HSL | hsl(199, 99%, 68%) |
| CMYK | cmyk(64%, 20%, 0%, 0%) |
| LAB | lab(77.7 -17.2 -34.0) |
| LCH | lch(77.7 38.1 243.2) |
| OKLCH | oklch(0.800 0.123 230.3) |
Copy-ready code
/* CSS */
color: #5cccfe;
background-color: #5cccfe;
/* Tailwind (arbitrary) */
class="text-[#5cccfe] bg-[#5cccfe]"
/* SCSS */
$brand: #5cccfe;
/* SwiftUI */
Color(red: 0.361, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#5cccfe")Accessibility — WCAG contrast
Aa
#5cccfe on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cccfe on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green80.0%
Blue99.6%
CMYK percentages
Cyan63.8%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#5cccfe text on a black background
contrast 11.52:1
Card sample
#5cccfe text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cccfe;
Background color
Panel with #5cccfe background
background-color: #5cccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cccfe; background: linear-gradient(135deg, #5cccfe, #5C60FE);