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