#4fdafd
a light, electric cyan · cool · closest name: skyblue
RGB
79, 218, 253
HSL
192°, 98%, 65%
CMYK
69, 14, 0, 1
Luminance
0.5890
Every format
| HEX | #4fdafd |
| RGB | rgb(79, 218, 253) |
| HSL | hsl(192, 98%, 65%) |
| CMYK | cmyk(69%, 14%, 0%, 1%) |
| LAB | lab(81.2 -26.5 -28.0) |
| LCH | lch(81.2 38.5 226.5) |
| OKLCH | oklch(0.828 0.127 218.0) |
Copy-ready code
/* CSS */
color: #4fdafd;
background-color: #4fdafd;
/* Tailwind (arbitrary) */
class="text-[#4fdafd] bg-[#4fdafd]"
/* SCSS */
$brand: #4fdafd;
/* SwiftUI */
Color(red: 0.310, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#4fdafd")Accessibility — WCAG contrast
Aa
#4fdafd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdafd on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.5%
Blue99.2%
CMYK percentages
Cyan68.8%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#4fdafd text on a black background
contrast 12.78:1
Card sample
#4fdafd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdafd;
Background color
Panel with #4fdafd background
background-color: #4fdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdafd; background: linear-gradient(135deg, #4fdafd, #4F66FD);