#3ec7ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 199, 186
HSL
174°, 55%, 51%
CMYK
69, 0, 7, 22
Luminance
0.4542
Every format
| HEX | #3ec7ba |
| RGB | rgb(62, 199, 186) |
| HSL | hsl(174, 55%, 51%) |
| CMYK | cmyk(69%, 0%, 7%, 22%) |
| LAB | lab(73.2 -39.2 -4.2) |
| LCH | lch(73.2 39.4 186.0) |
| OKLCH | oklch(0.754 0.117 185.8) |
Copy-ready code
/* CSS */
color: #3ec7ba;
background-color: #3ec7ba;
/* Tailwind (arbitrary) */
class="text-[#3ec7ba] bg-[#3ec7ba]"
/* SCSS */
$brand: #3ec7ba;
/* SwiftUI */
Color(red: 0.243, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#3ec7ba")Accessibility — WCAG contrast
Aa
#3ec7ba on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ec7ba on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green78.0%
Blue72.9%
CMYK percentages
Cyan68.8%
Magenta0.0%
Yellow6.5%
Key (black)22.0%
Color previews
#3ec7ba text on a black background
contrast 10.08:1
Card sample
#3ec7ba text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ec7ba;
Background color
Panel with #3ec7ba background
background-color: #3ec7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ec7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ec7ba; background: linear-gradient(135deg, #3ec7ba, #3E79C7);