#3da6af
a balanced, vivid cyan · cool · closest name: teal
RGB
61, 166, 175
HSL
185°, 48%, 46%
CMYK
65, 5, 0, 31
Luminance
0.3136
Every format
| HEX | #3da6af |
| RGB | rgb(61, 166, 175) |
| HSL | hsl(185, 48%, 46%) |
| CMYK | cmyk(65%, 5%, 0%, 31%) |
| LAB | lab(62.8 -26.8 -13.5) |
| LCH | lch(62.8 30.0 206.8) |
| OKLCH | oklch(0.669 0.095 203.2) |
Copy-ready code
/* CSS */
color: #3da6af;
background-color: #3da6af;
/* Tailwind (arbitrary) */
class="text-[#3da6af] bg-[#3da6af]"
/* SCSS */
$brand: #3da6af;
/* SwiftUI */
Color(red: 0.239, green: 0.651, blue: 0.686)
/* Android */
Color.parseColor("#3da6af")Accessibility — WCAG contrast
Aa
#3da6af on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3da6af on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green65.1%
Blue68.6%
CMYK percentages
Cyan65.1%
Magenta5.1%
Yellow0.0%
Key (black)31.4%
Color previews
#3da6af text on a black background
contrast 7.27:1
Card sample
#3da6af text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3da6af;
Background color
Panel with #3da6af background
background-color: #3da6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3da6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 166, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 166, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3da6af; background: linear-gradient(135deg, #3da6af, #3D5AAF);