#3eb4bc
a balanced, vivid cyan · cool · closest name: teal
RGB
62, 180, 188
HSL
184°, 50%, 49%
CMYK
67, 4, 0, 26
Luminance
0.3730
Every format
| HEX | #3eb4bc |
| RGB | rgb(62, 180, 188) |
| HSL | hsl(184, 50%, 49%) |
| CMYK | cmyk(67%, 4%, 0%, 26%) |
| LAB | lab(67.5 -29.7 -13.7) |
| LCH | lch(67.5 32.7 204.7) |
| OKLCH | oklch(0.709 0.103 201.6) |
Copy-ready code
/* CSS */
color: #3eb4bc;
background-color: #3eb4bc;
/* Tailwind (arbitrary) */
class="text-[#3eb4bc] bg-[#3eb4bc]"
/* SCSS */
$brand: #3eb4bc;
/* SwiftUI */
Color(red: 0.243, green: 0.706, blue: 0.737)
/* Android */
Color.parseColor("#3eb4bc")Accessibility — WCAG contrast
Aa
#3eb4bc on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb4bc on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.6%
Blue73.7%
CMYK percentages
Cyan67.0%
Magenta4.3%
Yellow0.0%
Key (black)26.3%
Color previews
#3eb4bc text on a black background
contrast 8.46:1
Card sample
#3eb4bc text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb4bc;
Background color
Panel with #3eb4bc background
background-color: #3eb4bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb4bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 180, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 180, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb4bc; background: linear-gradient(135deg, #3eb4bc, #3E60BC);