#3eb3ba
a balanced, vivid cyan · cool · closest name: teal
RGB
62, 179, 186
HSL
183°, 50%, 49%
CMYK
67, 4, 0, 27
Luminance
0.3681
Every format
| HEX | #3eb3ba |
| RGB | rgb(62, 179, 186) |
| HSL | hsl(183, 50%, 49%) |
| CMYK | cmyk(67%, 4%, 0%, 27%) |
| LAB | lab(67.1 -29.8 -13.1) |
| LCH | lch(67.1 32.5 203.8) |
| OKLCH | oklch(0.705 0.102 200.8) |
Copy-ready code
/* CSS */
color: #3eb3ba;
background-color: #3eb3ba;
/* Tailwind (arbitrary) */
class="text-[#3eb3ba] bg-[#3eb3ba]"
/* SCSS */
$brand: #3eb3ba;
/* SwiftUI */
Color(red: 0.243, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#3eb3ba")Accessibility — WCAG contrast
Aa
#3eb3ba on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb3ba on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.2%
Blue72.9%
CMYK percentages
Cyan66.7%
Magenta3.8%
Yellow0.0%
Key (black)27.1%
Color previews
#3eb3ba text on a black background
contrast 8.36:1
Card sample
#3eb3ba text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb3ba;
Background color
Panel with #3eb3ba background
background-color: #3eb3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb3ba; background: linear-gradient(135deg, #3eb3ba, #3E60BA);