#3ba596
a dark, vivid cyan · cool · closest name: teal
RGB
59, 165, 150
HSL
172°, 47%, 44%
CMYK
64, 0, 9, 35
Luminance
0.3004
Every format
| HEX | #3ba596 |
| RGB | rgb(59, 165, 150) |
| HSL | hsl(172, 47%, 44%) |
| CMYK | cmyk(64%, 0%, 9%, 35%) |
| LAB | lab(61.7 -33.7 -1.1) |
| LCH | lch(61.7 33.8 181.9) |
| OKLCH | oklch(0.657 0.099 182.1) |
Copy-ready code
/* CSS */
color: #3ba596;
background-color: #3ba596;
/* Tailwind (arbitrary) */
class="text-[#3ba596] bg-[#3ba596]"
/* SCSS */
$brand: #3ba596;
/* SwiftUI */
Color(red: 0.231, green: 0.647, blue: 0.588)
/* Android */
Color.parseColor("#3ba596")Accessibility — WCAG contrast
Aa
#3ba596 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba596 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.7%
Blue58.8%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow9.1%
Key (black)35.3%
Color previews
#3ba596 text on a black background
contrast 7.01:1
Card sample
#3ba596 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba596;
Background color
Panel with #3ba596 background
background-color: #3ba596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 165, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 165, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba596; background: linear-gradient(135deg, #3ba596, #3B6DA5);