#3daba4
a balanced, vivid cyan · cool · closest name: teal
RGB
61, 171, 164
HSL
176°, 47%, 46%
CMYK
64, 0, 4, 33
Luminance
0.3280
Every format
| HEX | #3daba4 |
| RGB | rgb(61, 171, 164) |
| HSL | hsl(176, 47%, 46%) |
| CMYK | cmyk(64%, 0%, 4%, 33%) |
| LAB | lab(64.0 -32.4 -5.6) |
| LCH | lch(64.0 32.9 189.8) |
| OKLCH | oklch(0.678 0.099 189.1) |
Copy-ready code
/* CSS */
color: #3daba4;
background-color: #3daba4;
/* Tailwind (arbitrary) */
class="text-[#3daba4] bg-[#3daba4]"
/* SCSS */
$brand: #3daba4;
/* SwiftUI */
Color(red: 0.239, green: 0.671, blue: 0.643)
/* Android */
Color.parseColor("#3daba4")Accessibility — WCAG contrast
Aa
#3daba4 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3daba4 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green67.1%
Blue64.3%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow4.1%
Key (black)32.9%
Color previews
#3daba4 text on a black background
contrast 7.56:1
Card sample
#3daba4 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3daba4;
Background color
Panel with #3daba4 background
background-color: #3daba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3daba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 171, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 171, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3daba4; background: linear-gradient(135deg, #3daba4, #3D69AB);