#3ba190
a dark, vivid cyan · cool · closest name: teal
RGB
59, 161, 144
HSL
170°, 46%, 43%
CMYK
63, 0, 11, 37
Luminance
0.2843
Every format
| HEX | #3ba190 |
| RGB | rgb(59, 161, 144) |
| HSL | hsl(170, 46%, 43%) |
| CMYK | cmyk(63%, 0%, 11%, 37%) |
| LAB | lab(60.3 -33.5 0.2) |
| LCH | lch(60.3 33.5 179.7) |
| OKLCH | oklch(0.645 0.097 180.1) |
Copy-ready code
/* CSS */
color: #3ba190;
background-color: #3ba190;
/* Tailwind (arbitrary) */
class="text-[#3ba190] bg-[#3ba190]"
/* SCSS */
$brand: #3ba190;
/* SwiftUI */
Color(red: 0.231, green: 0.631, blue: 0.565)
/* Android */
Color.parseColor("#3ba190")Accessibility — WCAG contrast
Aa
#3ba190 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba190 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green63.1%
Blue56.5%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow10.6%
Key (black)36.9%
Color previews
#3ba190 text on a black background
contrast 6.69:1
Card sample
#3ba190 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba190;
Background color
Panel with #3ba190 background
background-color: #3ba190;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba190;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 161, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 161, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba190; background: linear-gradient(135deg, #3ba190, #3B6EA1);