#4fdbfe
a light, electric cyan · cool · closest name: skyblue
RGB
79, 219, 254
HSL
192°, 99%, 65%
CMYK
69, 14, 0, 0
Luminance
0.5948
Every format
| HEX | #4fdbfe |
| RGB | rgb(79, 219, 254) |
| HSL | hsl(192, 99%, 65%) |
| CMYK | cmyk(69%, 14%, 0%, 0%) |
| LAB | lab(81.5 -26.7 -28.0) |
| LCH | lch(81.5 38.7 226.4) |
| OKLCH | oklch(0.830 0.127 217.9) |
Copy-ready code
/* CSS */
color: #4fdbfe;
background-color: #4fdbfe;
/* Tailwind (arbitrary) */
class="text-[#4fdbfe] bg-[#4fdbfe]"
/* SCSS */
$brand: #4fdbfe;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#4fdbfe")Accessibility — WCAG contrast
Aa
#4fdbfe on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdbfe on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue99.6%
CMYK percentages
Cyan68.9%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#4fdbfe text on a black background
contrast 12.90:1
Card sample
#4fdbfe text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdbfe;
Background color
Panel with #4fdbfe background
background-color: #4fdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdbfe; background: linear-gradient(135deg, #4fdbfe, #4F66FE);