#4fdcff
a light, electric cyan · cool · closest name: skyblue
RGB
79, 220, 255
HSL
192°, 100%, 66%
CMYK
69, 14, 0, 0
Luminance
0.6007
Every format
| HEX | #4fdcff |
| RGB | rgb(79, 220, 255) |
| HSL | hsl(192, 100%, 66%) |
| CMYK | cmyk(69%, 14%, 0%, 0%) |
| LAB | lab(81.9 -26.9 -28.0) |
| LCH | lch(81.9 38.8 226.2) |
| OKLCH | oklch(0.833 0.128 217.8) |
Copy-ready code
/* CSS */
color: #4fdcff;
background-color: #4fdcff;
/* Tailwind (arbitrary) */
class="text-[#4fdcff] bg-[#4fdcff]"
/* SCSS */
$brand: #4fdcff;
/* SwiftUI */
Color(red: 0.310, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#4fdcff")Accessibility — WCAG contrast
Aa
#4fdcff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdcff on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green86.3%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#4fdcff text on a black background
contrast 13.01:1
Card sample
#4fdcff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdcff;
Background color
Panel with #4fdcff background
background-color: #4fdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdcff; background: linear-gradient(135deg, #4fdcff, #4F67FF);