#5cccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
92, 204, 223
HSL
189°, 67%, 62%
CMYK
59, 9, 0, 13
Luminance
0.5079
Every format
| HEX | #5cccdf |
| RGB | rgb(92, 204, 223) |
| HSL | hsl(189, 67%, 62%) |
| CMYK | cmyk(59%, 9%, 0%, 13%) |
| LAB | lab(76.5 -26.4 -19.0) |
| LCH | lch(76.5 32.5 215.8) |
| OKLCH | oklch(0.788 0.105 210.3) |
Copy-ready code
/* CSS */
color: #5cccdf;
background-color: #5cccdf;
/* Tailwind (arbitrary) */
class="text-[#5cccdf] bg-[#5cccdf]"
/* SCSS */
$brand: #5cccdf;
/* SwiftUI */
Color(red: 0.361, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#5cccdf")Accessibility — WCAG contrast
Aa
#5cccdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cccdf on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green80.0%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#5cccdf text on a black background
contrast 11.16:1
Card sample
#5cccdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cccdf;
Background color
Panel with #5cccdf background
background-color: #5cccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cccdf; background: linear-gradient(135deg, #5cccdf, #5C75DF);