#7efceb
a light, electric cyan · cool · closest name: turquoise
RGB
126, 252, 235
HSL
172°, 96%, 74%
CMYK
50, 0, 7, 1
Luminance
0.8005
Every format
| HEX | #7efceb |
| RGB | rgb(126, 252, 235) |
| HSL | hsl(172, 96%, 74%) |
| CMYK | cmyk(50%, 0%, 7%, 1%) |
| LAB | lab(91.7 -39.2 -2.7) |
| LCH | lch(91.7 39.3 183.9) |
| OKLCH | oklch(0.914 0.116 183.8) |
Copy-ready code
/* CSS */
color: #7efceb;
background-color: #7efceb;
/* Tailwind (arbitrary) */
class="text-[#7efceb] bg-[#7efceb]"
/* SCSS */
$brand: #7efceb;
/* SwiftUI */
Color(red: 0.494, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#7efceb")Accessibility — WCAG contrast
Aa
#7efceb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7efceb on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#7efceb text on a black background
contrast 17.01:1
Card sample
#7efceb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7efceb;
Background color
Panel with #7efceb background
background-color: #7efceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7efceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7efceb; background: linear-gradient(135deg, #7efceb, #7EB9FC);