#3eb4b4
a balanced, vivid cyan · cool · closest name: teal
RGB
62, 180, 180
HSL
180°, 49%, 48%
CMYK
66, 0, 0, 29
Luminance
0.3696
Every format
| HEX | #3eb4b4 |
| RGB | rgb(62, 180, 180) |
| HSL | hsl(180, 49%, 48%) |
| CMYK | cmyk(66%, 0%, 0%, 29%) |
| LAB | lab(67.3 -32.0 -9.6) |
| LCH | lch(67.3 33.4 196.8) |
| OKLCH | oklch(0.706 0.103 195.1) |
Copy-ready code
/* CSS */
color: #3eb4b4;
background-color: #3eb4b4;
/* Tailwind (arbitrary) */
class="text-[#3eb4b4] bg-[#3eb4b4]"
/* SCSS */
$brand: #3eb4b4;
/* SwiftUI */
Color(red: 0.243, green: 0.706, blue: 0.706)
/* Android */
Color.parseColor("#3eb4b4")Accessibility — WCAG contrast
Aa
#3eb4b4 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb4b4 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.6%
Blue70.6%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow0.0%
Key (black)29.4%
Color previews
#3eb4b4 text on a black background
contrast 8.39:1
Card sample
#3eb4b4 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb4b4;
Background color
Panel with #3eb4b4 background
background-color: #3eb4b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb4b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 180, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 180, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb4b4; background: linear-gradient(135deg, #3eb4b4, #3E65B4);