#5fbdfd
a light, electric blue · cool · closest name: skyblue
RGB
95, 189, 253
HSL
204°, 98%, 68%
CMYK
63, 25, 0, 1
Luminance
0.4592
Every format
| HEX | #5fbdfd |
| RGB | rgb(95, 189, 253) |
| HSL | hsl(204, 98%, 68%) |
| CMYK | cmyk(63%, 25%, 0%, 1%) |
| LAB | lab(73.5 -9.1 -39.9) |
| LCH | lch(73.5 40.9 257.2) |
| OKLCH | oklch(0.767 0.128 241.0) |
Copy-ready code
/* CSS */
color: #5fbdfd;
background-color: #5fbdfd;
/* Tailwind (arbitrary) */
class="text-[#5fbdfd] bg-[#5fbdfd]"
/* SCSS */
$brand: #5fbdfd;
/* SwiftUI */
Color(red: 0.373, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#5fbdfd")Accessibility — WCAG contrast
Aa
#5fbdfd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbdfd on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green74.1%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#5fbdfd text on a black background
contrast 10.18:1
Card sample
#5fbdfd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbdfd;
Background color
Panel with #5fbdfd background
background-color: #5fbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbdfd; background: linear-gradient(135deg, #5fbdfd, #6A5FFD);