#5cdceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
92, 220, 235
HSL
186°, 78%, 64%
CMYK
61, 6, 0, 8
Luminance
0.5946
Every format
| HEX | #5cdceb |
| RGB | rgb(92, 220, 235) |
| HSL | hsl(186, 78%, 64%) |
| CMYK | cmyk(61%, 6%, 0%, 8%) |
| LAB | lab(81.5 -30.8 -17.9) |
| LCH | lch(81.5 35.6 210.2) |
| OKLCH | oklch(0.829 0.114 205.9) |
Copy-ready code
/* CSS */
color: #5cdceb;
background-color: #5cdceb;
/* Tailwind (arbitrary) */
class="text-[#5cdceb] bg-[#5cdceb]"
/* SCSS */
$brand: #5cdceb;
/* SwiftUI */
Color(red: 0.361, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#5cdceb")Accessibility — WCAG contrast
Aa
#5cdceb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdceb on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.3%
Blue92.2%
CMYK percentages
Cyan60.9%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#5cdceb text on a black background
contrast 12.89:1
Card sample
#5cdceb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdceb;
Background color
Panel with #5cdceb background
background-color: #5cdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdceb; background: linear-gradient(135deg, #5cdceb, #5C7DEB);