#5cbafd
a light, electric blue · cool · closest name: skyblue
RGB
92, 186, 253
HSL
205°, 98%, 68%
CMYK
64, 27, 0, 1
Luminance
0.4448
Every format
| HEX | #5cbafd |
| RGB | rgb(92, 186, 253) |
| HSL | hsl(205, 98%, 68%) |
| CMYK | cmyk(64%, 27%, 0%, 1%) |
| LAB | lab(72.5 -7.9 -41.4) |
| LCH | lch(72.5 42.1 259.1) |
| OKLCH | oklch(0.759 0.132 242.3) |
Copy-ready code
/* CSS */
color: #5cbafd;
background-color: #5cbafd;
/* Tailwind (arbitrary) */
class="text-[#5cbafd] bg-[#5cbafd]"
/* SCSS */
$brand: #5cbafd;
/* SwiftUI */
Color(red: 0.361, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#5cbafd")Accessibility — WCAG contrast
Aa
#5cbafd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbafd on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green72.9%
Blue99.2%
CMYK percentages
Cyan63.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#5cbafd text on a black background
contrast 9.90:1
Card sample
#5cbafd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbafd;
Background color
Panel with #5cbafd background
background-color: #5cbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbafd; background: linear-gradient(135deg, #5cbafd, #695CFD);