#2babaf
a dark, vivid cyan · cool · closest name: teal
RGB
43, 171, 175
HSL
182°, 61%, 43%
CMYK
75, 2, 0, 31
Luminance
0.3273
Every format
| HEX | #2babaf |
| RGB | rgb(43, 171, 175) |
| HSL | hsl(182, 61%, 43%) |
| CMYK | cmyk(75%, 2%, 0%, 31%) |
| LAB | lab(63.9 -31.7 -11.8) |
| LCH | lch(63.9 33.8 200.5) |
| OKLCH | oklch(0.677 0.106 198.2) |
Copy-ready code
/* CSS */
color: #2babaf;
background-color: #2babaf;
/* Tailwind (arbitrary) */
class="text-[#2babaf] bg-[#2babaf]"
/* SCSS */
$brand: #2babaf;
/* SwiftUI */
Color(red: 0.169, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#2babaf")Accessibility — WCAG contrast
Aa
#2babaf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2babaf on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green67.1%
Blue68.6%
CMYK percentages
Cyan75.4%
Magenta2.3%
Yellow0.0%
Key (black)31.4%
Color previews
#2babaf text on a black background
contrast 7.55:1
Card sample
#2babaf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2babaf;
Background color
Panel with #2babaf background
background-color: #2babaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2babaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2babaf; background: linear-gradient(135deg, #2babaf, #2B53AF);