#3ecdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 205, 191
HSL
174°, 59%, 52%
CMYK
70, 0, 7, 20
Luminance
0.4845
Every format
| HEX | #3ecdbf |
| RGB | rgb(62, 205, 191) |
| HSL | hsl(174, 59%, 52%) |
| CMYK | cmyk(70%, 0%, 7%, 20%) |
| LAB | lab(75.1 -40.5 -4.0) |
| LCH | lch(75.1 40.7 185.6) |
| OKLCH | oklch(0.770 0.120 185.5) |
Copy-ready code
/* CSS */
color: #3ecdbf;
background-color: #3ecdbf;
/* Tailwind (arbitrary) */
class="text-[#3ecdbf] bg-[#3ecdbf]"
/* SCSS */
$brand: #3ecdbf;
/* SwiftUI */
Color(red: 0.243, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#3ecdbf")Accessibility — WCAG contrast
Aa
#3ecdbf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ecdbf on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green80.4%
Blue74.9%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#3ecdbf text on a black background
contrast 10.69:1
Card sample
#3ecdbf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ecdbf;
Background color
Panel with #3ecdbf background
background-color: #3ecdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ecdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ecdbf; background: linear-gradient(135deg, #3ecdbf, #3E7CCD);