#3ba4af
a balanced, vivid cyan · cool · closest name: teal
RGB
59, 164, 175
HSL
186°, 50%, 46%
CMYK
66, 6, 0, 31
Luminance
0.3058
Every format
| HEX | #3ba4af |
| RGB | rgb(59, 164, 175) |
| HSL | hsl(186, 50%, 46%) |
| CMYK | cmyk(66%, 6%, 0%, 31%) |
| LAB | lab(62.1 -26.1 -14.5) |
| LCH | lch(62.1 29.9 209.1) |
| OKLCH | oklch(0.664 0.095 205.0) |
Copy-ready code
/* CSS */
color: #3ba4af;
background-color: #3ba4af;
/* Tailwind (arbitrary) */
class="text-[#3ba4af] bg-[#3ba4af]"
/* SCSS */
$brand: #3ba4af;
/* SwiftUI */
Color(red: 0.231, green: 0.643, blue: 0.686)
/* Android */
Color.parseColor("#3ba4af")Accessibility — WCAG contrast
Aa
#3ba4af on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba4af on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.3%
Blue68.6%
CMYK percentages
Cyan66.3%
Magenta6.3%
Yellow0.0%
Key (black)31.4%
Color previews
#3ba4af text on a black background
contrast 7.12:1
Card sample
#3ba4af text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba4af;
Background color
Panel with #3ba4af background
background-color: #3ba4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 164, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 164, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba4af; background: linear-gradient(135deg, #3ba4af, #3B57AF);