#3ec4ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 196, 186
HSL
176°, 53%, 51%
CMYK
68, 0, 5, 23
Luminance
0.4405
Every format
| HEX | #3ec4ba |
| RGB | rgb(62, 196, 186) |
| HSL | hsl(176, 53%, 51%) |
| CMYK | cmyk(68%, 0%, 5%, 23%) |
| LAB | lab(72.3 -37.8 -5.5) |
| LCH | lch(72.3 38.2 188.3) |
| OKLCH | oklch(0.747 0.114 187.8) |
Copy-ready code
/* CSS */
color: #3ec4ba;
background-color: #3ec4ba;
/* Tailwind (arbitrary) */
class="text-[#3ec4ba] bg-[#3ec4ba]"
/* SCSS */
$brand: #3ec4ba;
/* SwiftUI */
Color(red: 0.243, green: 0.769, blue: 0.729)
/* Android */
Color.parseColor("#3ec4ba")Accessibility — WCAG contrast
Aa
#3ec4ba on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ec4ba on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green76.9%
Blue72.9%
CMYK percentages
Cyan68.4%
Magenta0.0%
Yellow5.1%
Key (black)23.1%
Color previews
#3ec4ba text on a black background
contrast 9.81:1
Card sample
#3ec4ba text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ec4ba;
Background color
Panel with #3ec4ba background
background-color: #3ec4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ec4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 196, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 196, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ec4ba; background: linear-gradient(135deg, #3ec4ba, #3E75C4);