#7fffef
a light, electric cyan · cool · closest name: turquoise
RGB
127, 255, 239
HSL
173°, 100%, 75%
CMYK
50, 0, 6, 0
Luminance
0.8226
Every format
| HEX | #7fffef |
| RGB | rgb(127, 255, 239) |
| HSL | hsl(173, 100%, 75%) |
| CMYK | cmyk(50%, 0%, 6%, 0%) |
| LAB | lab(92.7 -39.4 -3.3) |
| LCH | lch(92.7 39.5 184.8) |
| OKLCH | oklch(0.922 0.117 184.6) |
Copy-ready code
/* CSS */
color: #7fffef;
background-color: #7fffef;
/* Tailwind (arbitrary) */
class="text-[#7fffef] bg-[#7fffef]"
/* SCSS */
$brand: #7fffef;
/* SwiftUI */
Color(red: 0.498, green: 1.000, blue: 0.937)
/* Android */
Color.parseColor("#7fffef")Accessibility — WCAG contrast
Aa
#7fffef on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fffef on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green100.0%
Blue93.7%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow6.3%
Key (black)0.0%
Color previews
#7fffef text on a black background
contrast 17.45:1
Card sample
#7fffef text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fffef;
Background color
Panel with #7fffef background
background-color: #7fffef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fffef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 255, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 255, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fffef; background: linear-gradient(135deg, #7fffef, #7FBAFF);