#5bcbe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
91, 203, 226
HSL
190°, 70%, 62%
CMYK
60, 10, 0, 11
Luminance
0.5043
Every format
| HEX | #5bcbe2 |
| RGB | rgb(91, 203, 226) |
| HSL | hsl(190, 70%, 62%) |
| CMYK | cmyk(60%, 10%, 0%, 11%) |
| LAB | lab(76.3 -25.2 -21.0) |
| LCH | lch(76.3 32.8 219.8) |
| OKLCH | oklch(0.786 0.106 213.3) |
Copy-ready code
/* CSS */
color: #5bcbe2;
background-color: #5bcbe2;
/* Tailwind (arbitrary) */
class="text-[#5bcbe2] bg-[#5bcbe2]"
/* SCSS */
$brand: #5bcbe2;
/* SwiftUI */
Color(red: 0.357, green: 0.796, blue: 0.886)
/* Android */
Color.parseColor("#5bcbe2")Accessibility — WCAG contrast
Aa
#5bcbe2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bcbe2 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green79.6%
Blue88.6%
CMYK percentages
Cyan59.7%
Magenta10.2%
Yellow0.0%
Key (black)11.4%
Color previews
#5bcbe2 text on a black background
contrast 11.09:1
Card sample
#5bcbe2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bcbe2;
Background color
Panel with #5bcbe2 background
background-color: #5bcbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bcbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 203, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 203, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bcbe2; background: linear-gradient(135deg, #5bcbe2, #5B71E2);