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