#4fdff6
a balanced, electric cyan · cool · closest name: skyblue
RGB
79, 223, 246
HSL
188°, 90%, 64%
CMYK
68, 9, 0, 4
Luminance
0.6109
Every format
| HEX | #4fdff6 |
| RGB | rgb(79, 223, 246) |
| HSL | hsl(188, 90%, 64%) |
| CMYK | cmyk(68%, 9%, 0%, 4%) |
| LAB | lab(82.4 -31.0 -22.4) |
| LCH | lch(82.4 38.3 215.9) |
| OKLCH | oklch(0.836 0.124 210.2) |
Copy-ready code
/* CSS */
color: #4fdff6;
background-color: #4fdff6;
/* Tailwind (arbitrary) */
class="text-[#4fdff6] bg-[#4fdff6]"
/* SCSS */
$brand: #4fdff6;
/* SwiftUI */
Color(red: 0.310, green: 0.875, blue: 0.965)
/* Android */
Color.parseColor("#4fdff6")Accessibility — WCAG contrast
Aa
#4fdff6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdff6 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green87.5%
Blue96.5%
CMYK percentages
Cyan67.9%
Magenta9.3%
Yellow0.0%
Key (black)3.5%
Color previews
#4fdff6 text on a black background
contrast 13.22:1
Card sample
#4fdff6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdff6;
Background color
Panel with #4fdff6 background
background-color: #4fdff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 223, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 223, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdff6; background: linear-gradient(135deg, #4fdff6, #4F6FF6);