#3eb0ab
a balanced, vivid cyan · cool · closest name: teal
RGB
62, 176, 171
HSL
177°, 48%, 47%
CMYK
65, 0, 3, 31
Luminance
0.3502
Every format
| HEX | #3eb0ab |
| RGB | rgb(62, 176, 171) |
| HSL | hsl(177, 48%, 47%) |
| CMYK | cmyk(65%, 0%, 3%, 31%) |
| LAB | lab(65.8 -32.6 -6.9) |
| LCH | lch(65.8 33.4 191.9) |
| OKLCH | oklch(0.693 0.101 190.9) |
Copy-ready code
/* CSS */
color: #3eb0ab;
background-color: #3eb0ab;
/* Tailwind (arbitrary) */
class="text-[#3eb0ab] bg-[#3eb0ab]"
/* SCSS */
$brand: #3eb0ab;
/* SwiftUI */
Color(red: 0.243, green: 0.690, blue: 0.671)
/* Android */
Color.parseColor("#3eb0ab")Accessibility — WCAG contrast
Aa
#3eb0ab on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb0ab on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.0%
Blue67.1%
CMYK percentages
Cyan64.8%
Magenta0.0%
Yellow2.8%
Key (black)31.0%
Color previews
#3eb0ab text on a black background
contrast 8.00:1
Card sample
#3eb0ab text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb0ab;
Background color
Panel with #3eb0ab background
background-color: #3eb0ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb0ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 176, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 176, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb0ab; background: linear-gradient(135deg, #3eb0ab, #3E69B0);