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