#5cbdf0
a light, electric blue · cool · closest name: skyblue
RGB
92, 189, 240
HSL
201°, 83%, 65%
CMYK
62, 21, 0, 6
Luminance
0.4496
Every format
| HEX | #5cbdf0 |
| RGB | rgb(92, 189, 240) |
| HSL | hsl(201, 83%, 65%) |
| CMYK | cmyk(62%, 21%, 0%, 6%) |
| LAB | lab(72.9 -13.6 -33.8) |
| LCH | lch(72.9 36.5 248.1) |
| OKLCH | oklch(0.760 0.117 234.2) |
Copy-ready code
/* CSS */
color: #5cbdf0;
background-color: #5cbdf0;
/* Tailwind (arbitrary) */
class="text-[#5cbdf0] bg-[#5cbdf0]"
/* SCSS */
$brand: #5cbdf0;
/* SwiftUI */
Color(red: 0.361, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#5cbdf0")Accessibility — WCAG contrast
Aa
#5cbdf0 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbdf0 on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green74.1%
Blue94.1%
CMYK percentages
Cyan61.7%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#5cbdf0 text on a black background
contrast 9.99:1
Card sample
#5cbdf0 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbdf0;
Background color
Panel with #5cbdf0 background
background-color: #5cbdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbdf0; background: linear-gradient(135deg, #5cbdf0, #5E5CF0);