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