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