#5bcdfe
a light, electric cyan · cool · closest name: skyblue
RGB
91, 205, 254
HSL
198°, 99%, 68%
CMYK
64, 19, 0, 0
Luminance
0.5304
Every format
| HEX | #5bcdfe |
| RGB | rgb(91, 205, 254) |
| HSL | hsl(198, 99%, 68%) |
| CMYK | cmyk(64%, 19%, 0%, 0%) |
| LAB | lab(77.9 -17.9 -33.6) |
| LCH | lch(77.9 38.0 242.0) |
| OKLCH | oklch(0.802 0.124 229.5) |
Copy-ready code
/* CSS */
color: #5bcdfe;
background-color: #5bcdfe;
/* Tailwind (arbitrary) */
class="text-[#5bcdfe] bg-[#5bcdfe]"
/* SCSS */
$brand: #5bcdfe;
/* SwiftUI */
Color(red: 0.357, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#5bcdfe")Accessibility — WCAG contrast
Aa
#5bcdfe on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bcdfe on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green80.4%
Blue99.6%
CMYK percentages
Cyan64.2%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#5bcdfe text on a black background
contrast 11.61:1
Card sample
#5bcdfe text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bcdfe;
Background color
Panel with #5bcdfe background
background-color: #5bcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bcdfe; background: linear-gradient(135deg, #5bcdfe, #5B60FE);