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