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