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