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