#3ebaab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 186, 171
HSL
173°, 50%, 49%
CMYK
67, 0, 8, 27
Luminance
0.3908
Every format
| HEX | #3ebaab |
| RGB | rgb(62, 186, 171) |
| HSL | hsl(173, 50%, 49%) |
| CMYK | cmyk(67%, 0%, 8%, 27%) |
| LAB | lab(68.8 -37.3 -2.4) |
| LCH | lch(68.8 37.4 183.6) |
| OKLCH | oklch(0.718 0.110 183.6) |
Copy-ready code
/* CSS */
color: #3ebaab;
background-color: #3ebaab;
/* Tailwind (arbitrary) */
class="text-[#3ebaab] bg-[#3ebaab]"
/* SCSS */
$brand: #3ebaab;
/* SwiftUI */
Color(red: 0.243, green: 0.729, blue: 0.671)
/* Android */
Color.parseColor("#3ebaab")Accessibility — WCAG contrast
Aa
#3ebaab on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebaab on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.9%
Blue67.1%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow8.1%
Key (black)27.1%
Color previews
#3ebaab text on a black background
contrast 8.82:1
Card sample
#3ebaab text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebaab;
Background color
Panel with #3ebaab background
background-color: #3ebaab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebaab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 186, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 186, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebaab; background: linear-gradient(135deg, #3ebaab, #3E76BA);