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