#5bdaff
a light, electric cyan · cool · closest name: skyblue
RGB
91, 218, 255
HSL
194°, 100%, 68%
CMYK
64, 15, 0, 0
Luminance
0.5959
Every format
| HEX | #5bdaff |
| RGB | rgb(91, 218, 255) |
| HSL | hsl(194, 100%, 68%) |
| CMYK | cmyk(64%, 15%, 0%, 0%) |
| LAB | lab(81.6 -24.1 -28.4) |
| LCH | lch(81.6 37.3 229.6) |
| OKLCH | oklch(0.832 0.122 220.4) |
Copy-ready code
/* CSS */
color: #5bdaff;
background-color: #5bdaff;
/* Tailwind (arbitrary) */
class="text-[#5bdaff] bg-[#5bdaff]"
/* SCSS */
$brand: #5bdaff;
/* SwiftUI */
Color(red: 0.357, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#5bdaff")Accessibility — WCAG contrast
Aa
#5bdaff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdaff on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green85.5%
Blue100.0%
CMYK percentages
Cyan64.3%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#5bdaff text on a black background
contrast 12.92:1
Card sample
#5bdaff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdaff;
Background color
Panel with #5bdaff background
background-color: #5bdaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdaff; background: linear-gradient(135deg, #5bdaff, #5B6DFF);