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