#2ab1ac
a dark, vivid cyan · cool · closest name: turquoise
RGB
42, 177, 172
HSL
178°, 62%, 43%
CMYK
76, 0, 3, 31
Luminance
0.3492
Every format
| HEX | #2ab1ac |
| RGB | rgb(42, 177, 172) |
| HSL | hsl(178, 62%, 43%) |
| CMYK | cmyk(76%, 0%, 3%, 31%) |
| LAB | lab(65.7 -35.5 -7.6) |
| LCH | lch(65.7 36.3 192.0) |
| OKLCH | oklch(0.691 0.110 191.1) |
Copy-ready code
/* CSS */
color: #2ab1ac;
background-color: #2ab1ac;
/* Tailwind (arbitrary) */
class="text-[#2ab1ac] bg-[#2ab1ac]"
/* SCSS */
$brand: #2ab1ac;
/* SwiftUI */
Color(red: 0.165, green: 0.694, blue: 0.675)
/* Android */
Color.parseColor("#2ab1ac")Accessibility — WCAG contrast
Aa
#2ab1ac on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab1ac on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.4%
Blue67.5%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow2.8%
Key (black)30.6%
Color previews
#2ab1ac text on a black background
contrast 7.98:1
Card sample
#2ab1ac text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab1ac;
Background color
Panel with #2ab1ac background
background-color: #2ab1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 177, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 177, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab1ac; background: linear-gradient(135deg, #2ab1ac, #2A5CB1);