#7ffaf6
a light, electric cyan · cool · closest name: cyan
RGB
127, 250, 246
HSL
178°, 93%, 74%
CMYK
49, 0, 2, 2
Luminance
0.7954
Every format
| HEX | #7ffaf6 |
| RGB | rgb(127, 250, 246) |
| HSL | hsl(178, 93%, 74%) |
| CMYK | cmyk(49%, 0%, 2%, 2%) |
| LAB | lab(91.5 -35.4 -8.7) |
| LCH | lch(91.5 36.4 193.8) |
| OKLCH | oklch(0.913 0.111 192.6) |
Copy-ready code
/* CSS */
color: #7ffaf6;
background-color: #7ffaf6;
/* Tailwind (arbitrary) */
class="text-[#7ffaf6] bg-[#7ffaf6]"
/* SCSS */
$brand: #7ffaf6;
/* SwiftUI */
Color(red: 0.498, green: 0.980, blue: 0.965)
/* Android */
Color.parseColor("#7ffaf6")Accessibility — WCAG contrast
Aa
#7ffaf6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffaf6 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.0%
Blue96.5%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow1.6%
Key (black)2.0%
Color previews
#7ffaf6 text on a black background
contrast 16.91:1
Card sample
#7ffaf6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffaf6;
Background color
Panel with #7ffaf6 background
background-color: #7ffaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 250, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 250, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffaf6; background: linear-gradient(135deg, #7ffaf6, #7FACFA);