#2ba7ab
a dark, vivid cyan · cool · closest name: teal
RGB
43, 167, 171
HSL
182°, 60%, 42%
CMYK
75, 2, 0, 33
Luminance
0.3109
Every format
| HEX | #2ba7ab |
| RGB | rgb(43, 167, 171) |
| HSL | hsl(182, 60%, 42%) |
| CMYK | cmyk(75%, 2%, 0%, 33%) |
| LAB | lab(62.6 -31.0 -11.7) |
| LCH | lch(62.6 33.1 200.6) |
| OKLCH | oklch(0.666 0.103 198.2) |
Copy-ready code
/* CSS */
color: #2ba7ab;
background-color: #2ba7ab;
/* Tailwind (arbitrary) */
class="text-[#2ba7ab] bg-[#2ba7ab]"
/* SCSS */
$brand: #2ba7ab;
/* SwiftUI */
Color(red: 0.169, green: 0.655, blue: 0.671)
/* Android */
Color.parseColor("#2ba7ab")Accessibility — WCAG contrast
Aa
#2ba7ab on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ba7ab on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green65.5%
Blue67.1%
CMYK percentages
Cyan74.9%
Magenta2.3%
Yellow0.0%
Key (black)32.9%
Color previews
#2ba7ab text on a black background
contrast 7.22:1
Card sample
#2ba7ab text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ba7ab;
Background color
Panel with #2ba7ab background
background-color: #2ba7ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ba7ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 167, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 167, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ba7ab; background: linear-gradient(135deg, #2ba7ab, #2B52AB);