#3ba7ac
a balanced, vivid cyan · cool · closest name: teal
RGB
59, 167, 172
HSL
183°, 49%, 45%
CMYK
66, 3, 0, 33
Luminance
0.3155
Every format
| HEX | #3ba7ac |
| RGB | rgb(59, 167, 172) |
| HSL | hsl(183, 49%, 45%) |
| CMYK | cmyk(66%, 3%, 0%, 33%) |
| LAB | lab(63.0 -28.5 -11.6) |
| LCH | lch(63.0 30.8 202.2) |
| OKLCH | oklch(0.670 0.096 199.5) |
Copy-ready code
/* CSS */
color: #3ba7ac;
background-color: #3ba7ac;
/* Tailwind (arbitrary) */
class="text-[#3ba7ac] bg-[#3ba7ac]"
/* SCSS */
$brand: #3ba7ac;
/* SwiftUI */
Color(red: 0.231, green: 0.655, blue: 0.675)
/* Android */
Color.parseColor("#3ba7ac")Accessibility — WCAG contrast
Aa
#3ba7ac on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba7ac on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green65.5%
Blue67.5%
CMYK percentages
Cyan65.7%
Magenta2.9%
Yellow0.0%
Key (black)32.5%
Color previews
#3ba7ac text on a black background
contrast 7.31:1
Card sample
#3ba7ac text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba7ac;
Background color
Panel with #3ba7ac background
background-color: #3ba7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 167, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 167, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba7ac; background: linear-gradient(135deg, #3ba7ac, #3B5CAC);