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