#3eb2bc
a balanced, vivid cyan · cool · closest name: teal
RGB
62, 178, 188
HSL
185°, 50%, 49%
CMYK
67, 5, 0, 26
Luminance
0.3650
Every format
| HEX | #3eb2bc |
| RGB | rgb(62, 178, 188) |
| HSL | hsl(185, 50%, 49%) |
| CMYK | cmyk(67%, 5%, 0%, 26%) |
| LAB | lab(66.9 -28.7 -14.6) |
| LCH | lch(66.9 32.2 206.9) |
| OKLCH | oklch(0.704 0.102 203.3) |
Copy-ready code
/* CSS */
color: #3eb2bc;
background-color: #3eb2bc;
/* Tailwind (arbitrary) */
class="text-[#3eb2bc] bg-[#3eb2bc]"
/* SCSS */
$brand: #3eb2bc;
/* SwiftUI */
Color(red: 0.243, green: 0.698, blue: 0.737)
/* Android */
Color.parseColor("#3eb2bc")Accessibility — WCAG contrast
Aa
#3eb2bc on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb2bc on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.8%
Blue73.7%
CMYK percentages
Cyan67.0%
Magenta5.3%
Yellow0.0%
Key (black)26.3%
Color previews
#3eb2bc text on a black background
contrast 8.30:1
Card sample
#3eb2bc text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb2bc;
Background color
Panel with #3eb2bc background
background-color: #3eb2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 178, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 178, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb2bc; background: linear-gradient(135deg, #3eb2bc, #3E5EBC);