#7eefec
a light, electric cyan · cool · closest name: turquoise
RGB
126, 239, 236
HSL
178°, 78%, 72%
CMYK
47, 0, 1, 6
Luminance
0.7222
Every format
| HEX | #7eefec |
| RGB | rgb(126, 239, 236) |
| HSL | hsl(178, 78%, 72%) |
| CMYK | cmyk(47%, 0%, 1%, 6%) |
| LAB | lab(88.1 -32.9 -8.5) |
| LCH | lch(88.1 34.0 194.5) |
| OKLCH | oklch(0.885 0.104 193.2) |
Copy-ready code
/* CSS */
color: #7eefec;
background-color: #7eefec;
/* Tailwind (arbitrary) */
class="text-[#7eefec] bg-[#7eefec]"
/* SCSS */
$brand: #7eefec;
/* SwiftUI */
Color(red: 0.494, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#7eefec")Accessibility — WCAG contrast
Aa
#7eefec on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eefec on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green93.7%
Blue92.5%
CMYK percentages
Cyan47.3%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#7eefec text on a black background
contrast 15.44:1
Card sample
#7eefec text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eefec;
Background color
Panel with #7eefec background
background-color: #7eefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eefec; background: linear-gradient(135deg, #7eefec, #7EA7EF);