#4ffaf6
a balanced, electric cyan · cool · closest name: cyan
RGB
79, 250, 246
HSL
179°, 95%, 65%
CMYK
68, 0, 2, 2
Luminance
0.7669
Every format
| HEX | #4ffaf6 |
| RGB | rgb(79, 250, 246) |
| HSL | hsl(179, 95%, 65%) |
| CMYK | cmyk(68%, 0%, 2%, 2%) |
| LAB | lab(90.2 -43.4 -10.8) |
| LCH | lch(90.2 44.8 193.9) |
| OKLCH | oklch(0.899 0.137 192.7) |
Copy-ready code
/* CSS */
color: #4ffaf6;
background-color: #4ffaf6;
/* Tailwind (arbitrary) */
class="text-[#4ffaf6] bg-[#4ffaf6]"
/* SCSS */
$brand: #4ffaf6;
/* SwiftUI */
Color(red: 0.310, green: 0.980, blue: 0.965)
/* Android */
Color.parseColor("#4ffaf6")Accessibility — WCAG contrast
Aa
#4ffaf6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffaf6 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.0%
Blue96.5%
CMYK percentages
Cyan68.4%
Magenta0.0%
Yellow1.6%
Key (black)2.0%
Color previews
#4ffaf6 text on a black background
contrast 16.34:1
Card sample
#4ffaf6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffaf6;
Background color
Panel with #4ffaf6 background
background-color: #4ffaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 250, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 250, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffaf6; background: linear-gradient(135deg, #4ffaf6, #4F8CFA);