#7eccbf
a balanced, soft cyan · cool · closest name: turquoise
RGB
126, 204, 191
HSL
170°, 43%, 65%
CMYK
38, 0, 6, 20
Luminance
0.5138
Every format
| HEX | #7eccbf |
| RGB | rgb(126, 204, 191) |
| HSL | hsl(170, 43%, 65%) |
| CMYK | cmyk(38%, 0%, 6%, 20%) |
| LAB | lab(76.9 -27.0 -1.1) |
| LCH | lch(76.9 27.1 182.4) |
| OKLCH | oklch(0.791 0.080 182.4) |
Copy-ready code
/* CSS */
color: #7eccbf;
background-color: #7eccbf;
/* Tailwind (arbitrary) */
class="text-[#7eccbf] bg-[#7eccbf]"
/* SCSS */
$brand: #7eccbf;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#7eccbf")Accessibility — WCAG contrast
Aa
#7eccbf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eccbf on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue74.9%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#7eccbf text on a black background
contrast 11.28:1
Card sample
#7eccbf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eccbf;
Background color
Panel with #7eccbf background
background-color: #7eccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eccbf; background: linear-gradient(135deg, #7eccbf, #7EA5CC);