#7fefd8
a light, electric cyan · cool · closest name: turquoise
RGB
127, 239, 216
HSL
168°, 78%, 72%
CMYK
47, 0, 10, 6
Luminance
0.7120
Every format
| HEX | #7fefd8 |
| RGB | rgb(127, 239, 216) |
| HSL | hsl(168, 78%, 72%) |
| CMYK | cmyk(47%, 0%, 10%, 6%) |
| LAB | lab(87.6 -37.5 1.2) |
| LCH | lch(87.6 37.5 178.2) |
| OKLCH | oklch(0.879 0.109 178.6) |
Copy-ready code
/* CSS */
color: #7fefd8;
background-color: #7fefd8;
/* Tailwind (arbitrary) */
class="text-[#7fefd8] bg-[#7fefd8]"
/* SCSS */
$brand: #7fefd8;
/* SwiftUI */
Color(red: 0.498, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#7fefd8")Accessibility — WCAG contrast
Aa
#7fefd8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fefd8 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green93.7%
Blue84.7%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow9.6%
Key (black)6.3%
Color previews
#7fefd8 text on a black background
contrast 15.24:1
Card sample
#7fefd8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fefd8;
Background color
Panel with #7fefd8 background
background-color: #7fefd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fefd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fefd8; background: linear-gradient(135deg, #7fefd8, #7FBBEF);