#4fccfd
a light, electric cyan · cool · closest name: skyblue
RGB
79, 204, 253
HSL
197°, 98%, 65%
CMYK
69, 19, 0, 1
Luminance
0.5194
Every format
| HEX | #4fccfd |
| RGB | rgb(79, 204, 253) |
| HSL | hsl(197, 98%, 65%) |
| CMYK | cmyk(69%, 19%, 0%, 1%) |
| LAB | lab(77.2 -19.4 -34.1) |
| LCH | lch(77.2 39.2 240.3) |
| OKLCH | oklch(0.796 0.129 227.9) |
Copy-ready code
/* CSS */
color: #4fccfd;
background-color: #4fccfd;
/* Tailwind (arbitrary) */
class="text-[#4fccfd] bg-[#4fccfd]"
/* SCSS */
$brand: #4fccfd;
/* SwiftUI */
Color(red: 0.310, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#4fccfd")Accessibility — WCAG contrast
Aa
#4fccfd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fccfd on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.0%
Blue99.2%
CMYK percentages
Cyan68.8%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#4fccfd text on a black background
contrast 11.39:1
Card sample
#4fccfd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fccfd;
Background color
Panel with #4fccfd background
background-color: #4fccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fccfd; background: linear-gradient(135deg, #4fccfd, #4F58FD);