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