#3ba08f
a dark, vivid cyan · cool · closest name: teal
RGB
59, 160, 143
HSL
170°, 46%, 43%
CMYK
63, 0, 11, 37
Luminance
0.2805
Every format
| HEX | #3ba08f |
| RGB | rgb(59, 160, 143) |
| HSL | hsl(170, 46%, 43%) |
| CMYK | cmyk(63%, 0%, 11%, 37%) |
| LAB | lab(59.9 -33.3 0.2) |
| LCH | lch(59.9 33.3 179.6) |
| OKLCH | oklch(0.642 0.096 179.9) |
Copy-ready code
/* CSS */
color: #3ba08f;
background-color: #3ba08f;
/* Tailwind (arbitrary) */
class="text-[#3ba08f] bg-[#3ba08f]"
/* SCSS */
$brand: #3ba08f;
/* SwiftUI */
Color(red: 0.231, green: 0.627, blue: 0.561)
/* Android */
Color.parseColor("#3ba08f")Accessibility — WCAG contrast
Aa
#3ba08f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba08f on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green62.7%
Blue56.1%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow10.6%
Key (black)37.3%
Color previews
#3ba08f text on a black background
contrast 6.61:1
Card sample
#3ba08f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba08f;
Background color
Panel with #3ba08f background
background-color: #3ba08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 160, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 160, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba08f; background: linear-gradient(135deg, #3ba08f, #3B6EA0);