#5cbfec
a balanced, electric cyan · cool · closest name: skyblue
RGB
92, 191, 236
HSL
199°, 79%, 64%
CMYK
61, 19, 0, 8
Luminance
0.4559
Every format
| HEX | #5cbfec |
| RGB | rgb(92, 191, 236) |
| HSL | hsl(199, 79%, 64%) |
| CMYK | cmyk(61%, 19%, 0%, 8%) |
| LAB | lab(73.3 -15.9 -31.0) |
| LCH | lch(73.3 34.9 242.9) |
| OKLCH | oklch(0.763 0.113 230.4) |
Copy-ready code
/* CSS */
color: #5cbfec;
background-color: #5cbfec;
/* Tailwind (arbitrary) */
class="text-[#5cbfec] bg-[#5cbfec]"
/* SCSS */
$brand: #5cbfec;
/* SwiftUI */
Color(red: 0.361, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#5cbfec")Accessibility — WCAG contrast
Aa
#5cbfec on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbfec on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green74.9%
Blue92.5%
CMYK percentages
Cyan61.0%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#5cbfec text on a black background
contrast 10.12:1
Card sample
#5cbfec text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbfec;
Background color
Panel with #5cbfec background
background-color: #5cbfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbfec; background: linear-gradient(135deg, #5cbfec, #5C5FEC);