#2ab1af
a dark, vivid cyan · cool · closest name: teal
RGB
42, 177, 175
HSL
179°, 62%, 43%
CMYK
76, 0, 1, 31
Luminance
0.3503
Every format
| HEX | #2ab1af |
| RGB | rgb(42, 177, 175) |
| HSL | hsl(179, 62%, 43%) |
| CMYK | cmyk(76%, 0%, 1%, 31%) |
| LAB | lab(65.8 -34.6 -9.1) |
| LCH | lch(65.8 35.8 194.7) |
| OKLCH | oklch(0.692 0.110 193.4) |
Copy-ready code
/* CSS */
color: #2ab1af;
background-color: #2ab1af;
/* Tailwind (arbitrary) */
class="text-[#2ab1af] bg-[#2ab1af]"
/* SCSS */
$brand: #2ab1af;
/* SwiftUI */
Color(red: 0.165, green: 0.694, blue: 0.686)
/* Android */
Color.parseColor("#2ab1af")Accessibility — WCAG contrast
Aa
#2ab1af on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab1af on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.4%
Blue68.6%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow1.1%
Key (black)30.6%
Color previews
#2ab1af text on a black background
contrast 8.01:1
Card sample
#2ab1af text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab1af;
Background color
Panel with #2ab1af background
background-color: #2ab1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 177, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 177, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab1af; background: linear-gradient(135deg, #2ab1af, #2A59B1);