#7ffaf2
a light, electric cyan · cool · closest name: turquoise
RGB
127, 250, 242
HSL
176°, 93%, 74%
CMYK
49, 0, 3, 2
Luminance
0.7929
Every format
| HEX | #7ffaf2 |
| RGB | rgb(127, 250, 242) |
| HSL | hsl(176, 93%, 74%) |
| CMYK | cmyk(49%, 0%, 3%, 2%) |
| LAB | lab(91.4 -36.4 -6.8) |
| LCH | lch(91.4 37.0 190.6) |
| OKLCH | oklch(0.912 0.112 189.8) |
Copy-ready code
/* CSS */
color: #7ffaf2;
background-color: #7ffaf2;
/* Tailwind (arbitrary) */
class="text-[#7ffaf2] bg-[#7ffaf2]"
/* SCSS */
$brand: #7ffaf2;
/* SwiftUI */
Color(red: 0.498, green: 0.980, blue: 0.949)
/* Android */
Color.parseColor("#7ffaf2")Accessibility — WCAG contrast
Aa
#7ffaf2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffaf2 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.0%
Blue94.9%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow3.2%
Key (black)2.0%
Color previews
#7ffaf2 text on a black background
contrast 16.86:1
Card sample
#7ffaf2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffaf2;
Background color
Panel with #7ffaf2 background
background-color: #7ffaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 250, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 250, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffaf2; background: linear-gradient(135deg, #7ffaf2, #7FB0FA);