#5cccef
a balanced, electric cyan · cool · closest name: skyblue
RGB
92, 204, 239
HSL
194°, 82%, 65%
CMYK
62, 15, 0, 6
Luminance
0.5169
Every format
| HEX | #5cccef |
| RGB | rgb(92, 204, 239) |
| HSL | hsl(194, 82%, 65%) |
| CMYK | cmyk(62%, 15%, 0%, 6%) |
| LAB | lab(77.1 -21.7 -26.8) |
| LCH | lch(77.1 34.5 231.0) |
| OKLCH | oklch(0.794 0.113 221.6) |
Copy-ready code
/* CSS */
color: #5cccef;
background-color: #5cccef;
/* Tailwind (arbitrary) */
class="text-[#5cccef] bg-[#5cccef]"
/* SCSS */
$brand: #5cccef;
/* SwiftUI */
Color(red: 0.361, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#5cccef")Accessibility — WCAG contrast
Aa
#5cccef on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cccef on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green80.0%
Blue93.7%
CMYK percentages
Cyan61.5%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#5cccef text on a black background
contrast 11.34:1
Card sample
#5cccef text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cccef;
Background color
Panel with #5cccef background
background-color: #5cccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cccef; background: linear-gradient(135deg, #5cccef, #5C6AEF);