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