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