#7ee9cf
a light, vivid cyan · cool · closest name: turquoise
RGB
126, 233, 207
HSL
165°, 71%, 70%
CMYK
46, 0, 11, 9
Luminance
0.6722
Every format
| HEX | #7ee9cf |
| RGB | rgb(126, 233, 207) |
| HSL | hsl(165, 71%, 70%) |
| CMYK | cmyk(46%, 0%, 11%, 9%) |
| LAB | lab(85.6 -37.1 3.1) |
| LCH | lch(85.6 37.2 175.3) |
| OKLCH | oklch(0.863 0.107 175.9) |
Copy-ready code
/* CSS */
color: #7ee9cf;
background-color: #7ee9cf;
/* Tailwind (arbitrary) */
class="text-[#7ee9cf] bg-[#7ee9cf]"
/* SCSS */
$brand: #7ee9cf;
/* SwiftUI */
Color(red: 0.494, green: 0.914, blue: 0.812)
/* Android */
Color.parseColor("#7ee9cf")Accessibility — WCAG contrast
Aa
#7ee9cf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ee9cf on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green91.4%
Blue81.2%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow11.2%
Key (black)8.6%
Color previews
#7ee9cf text on a black background
contrast 14.44:1
Card sample
#7ee9cf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ee9cf;
Background color
Panel with #7ee9cf background
background-color: #7ee9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ee9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 233, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 233, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ee9cf; background: linear-gradient(135deg, #7ee9cf, #7EBCE9);