#7fefee
a light, electric cyan · cool · closest name: turquoise
RGB
127, 239, 238
HSL
180°, 78%, 72%
CMYK
47, 0, 0, 6
Luminance
0.7242
Every format
| HEX | #7fefee |
| RGB | rgb(127, 239, 238) |
| HSL | hsl(180, 78%, 72%) |
| CMYK | cmyk(47%, 0%, 0%, 6%) |
| LAB | lab(88.2 -32.2 -9.4) |
| LCH | lch(88.2 33.6 196.3) |
| OKLCH | oklch(0.886 0.103 194.7) |
Copy-ready code
/* CSS */
color: #7fefee;
background-color: #7fefee;
/* Tailwind (arbitrary) */
class="text-[#7fefee] bg-[#7fefee]"
/* SCSS */
$brand: #7fefee;
/* SwiftUI */
Color(red: 0.498, green: 0.937, blue: 0.933)
/* Android */
Color.parseColor("#7fefee")Accessibility — WCAG contrast
Aa
#7fefee on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fefee on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green93.7%
Blue93.3%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow0.4%
Key (black)6.3%
Color previews
#7fefee text on a black background
contrast 15.48:1
Card sample
#7fefee text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fefee;
Background color
Panel with #7fefee background
background-color: #7fefee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fefee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 239, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 239, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fefee; background: linear-gradient(135deg, #7fefee, #7FA5EF);