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