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