#2baba2
a dark, vivid cyan · cool · closest name: teal
RGB
43, 171, 162
HSL
176°, 60%, 42%
CMYK
75, 0, 5, 33
Luminance
0.3225
Every format
| HEX | #2baba2 |
| RGB | rgb(43, 171, 162) |
| HSL | hsl(176, 60%, 42%) |
| CMYK | cmyk(75%, 0%, 5%, 33%) |
| LAB | lab(63.5 -35.5 -5.2) |
| LCH | lch(63.5 35.9 188.3) |
| OKLCH | oklch(0.673 0.107 187.8) |
Copy-ready code
/* CSS */
color: #2baba2;
background-color: #2baba2;
/* Tailwind (arbitrary) */
class="text-[#2baba2] bg-[#2baba2]"
/* SCSS */
$brand: #2baba2;
/* SwiftUI */
Color(red: 0.169, green: 0.671, blue: 0.635)
/* Android */
Color.parseColor("#2baba2")Accessibility — WCAG contrast
Aa
#2baba2 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2baba2 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green67.1%
Blue63.5%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow5.3%
Key (black)32.9%
Color previews
#2baba2 text on a black background
contrast 7.45:1
Card sample
#2baba2 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2baba2;
Background color
Panel with #2baba2 background
background-color: #2baba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2baba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 171, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 171, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2baba2; background: linear-gradient(135deg, #2baba2, #2B5FAB);