#5fdbfe
a light, electric cyan · cool · closest name: skyblue
RGB
95, 219, 254
HSL
193°, 99%, 68%
CMYK
63, 14, 0, 0
Luminance
0.6025
Every format
| HEX | #5fdbfe |
| RGB | rgb(95, 219, 254) |
| HSL | hsl(193, 99%, 68%) |
| CMYK | cmyk(63%, 14%, 0%, 0%) |
| LAB | lab(82.0 -24.3 -27.3) |
| LCH | lch(82.0 36.6 228.3) |
| OKLCH | oklch(0.835 0.119 219.5) |
Copy-ready code
/* CSS */
color: #5fdbfe;
background-color: #5fdbfe;
/* Tailwind (arbitrary) */
class="text-[#5fdbfe] bg-[#5fdbfe]"
/* SCSS */
$brand: #5fdbfe;
/* SwiftUI */
Color(red: 0.373, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#5fdbfe")Accessibility — WCAG contrast
Aa
#5fdbfe on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdbfe on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.9%
Blue99.6%
CMYK percentages
Cyan62.6%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#5fdbfe text on a black background
contrast 13.05:1
Card sample
#5fdbfe text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdbfe;
Background color
Panel with #5fdbfe background
background-color: #5fdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdbfe; background: linear-gradient(135deg, #5fdbfe, #5F71FE);