#3ecabf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 202, 191
HSL
175°, 57%, 52%
CMYK
69, 0, 5, 21
Luminance
0.4703
Every format
| HEX | #3ecabf |
| RGB | rgb(62, 202, 191) |
| HSL | hsl(175, 57%, 52%) |
| CMYK | cmyk(69%, 0%, 5%, 21%) |
| LAB | lab(74.2 -39.1 -5.3) |
| LCH | lch(74.2 39.5 187.8) |
| OKLCH | oklch(0.763 0.118 187.3) |
Copy-ready code
/* CSS */
color: #3ecabf;
background-color: #3ecabf;
/* Tailwind (arbitrary) */
class="text-[#3ecabf] bg-[#3ecabf]"
/* SCSS */
$brand: #3ecabf;
/* SwiftUI */
Color(red: 0.243, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#3ecabf")Accessibility — WCAG contrast
Aa
#3ecabf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ecabf on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green79.2%
Blue74.9%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#3ecabf text on a black background
contrast 10.41:1
Card sample
#3ecabf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ecabf;
Background color
Panel with #3ecabf background
background-color: #3ecabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ecabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ecabf; background: linear-gradient(135deg, #3ecabf, #3E78CA);