#2ab198
a dark, vivid cyan · cool · closest name: turquoise
RGB
42, 177, 152
HSL
169°, 62%, 43%
CMYK
76, 0, 14, 31
Luminance
0.3420
Every format
| HEX | #2ab198 |
| RGB | rgb(42, 177, 152) |
| HSL | hsl(169, 62%, 43%) |
| CMYK | cmyk(76%, 0%, 14%, 31%) |
| LAB | lab(65.1 -41.1 2.7) |
| LCH | lch(65.1 41.2 176.2) |
| OKLCH | oklch(0.685 0.117 176.8) |
Copy-ready code
/* CSS */
color: #2ab198;
background-color: #2ab198;
/* Tailwind (arbitrary) */
class="text-[#2ab198] bg-[#2ab198]"
/* SCSS */
$brand: #2ab198;
/* SwiftUI */
Color(red: 0.165, green: 0.694, blue: 0.596)
/* Android */
Color.parseColor("#2ab198")Accessibility — WCAG contrast
Aa
#2ab198 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab198 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.4%
Blue59.6%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow14.1%
Key (black)30.6%
Color previews
#2ab198 text on a black background
contrast 7.84:1
Card sample
#2ab198 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab198;
Background color
Panel with #2ab198 background
background-color: #2ab198;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab198;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 177, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 177, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab198; background: linear-gradient(135deg, #2ab198, #2A70B1);