#7eccb2
a balanced, soft cyan · cool · closest name: turquoise
RGB
126, 204, 178
HSL
160°, 43%, 65%
CMYK
38, 0, 13, 20
Luminance
0.5084
Every format
| HEX | #7eccb2 |
| RGB | rgb(126, 204, 178) |
| HSL | hsl(160, 43%, 65%) |
| CMYK | cmyk(38%, 0%, 13%, 20%) |
| LAB | lab(76.6 -30.0 5.4) |
| LCH | lch(76.6 30.4 169.8) |
| OKLCH | oklch(0.787 0.086 170.8) |
Copy-ready code
/* CSS */
color: #7eccb2;
background-color: #7eccb2;
/* Tailwind (arbitrary) */
class="text-[#7eccb2] bg-[#7eccb2]"
/* SCSS */
$brand: #7eccb2;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#7eccb2")Accessibility — WCAG contrast
Aa
#7eccb2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eccb2 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue69.8%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#7eccb2 text on a black background
contrast 11.17:1
Card sample
#7eccb2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eccb2;
Background color
Panel with #7eccb2 background
background-color: #7eccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eccb2; background: linear-gradient(135deg, #7eccb2, #7EB2CC);