#2abba8
a dark, vivid cyan · cool · closest name: turquoise
RGB
42, 187, 168
HSL
172°, 63%, 45%
CMYK
78, 0, 10, 27
Luminance
0.3886
Every format
| HEX | #2abba8 |
| RGB | rgb(42, 187, 168) |
| HSL | hsl(172, 63%, 45%) |
| CMYK | cmyk(78%, 0%, 10%, 27%) |
| LAB | lab(68.7 -41.2 -1.0) |
| LCH | lch(68.7 41.2 181.4) |
| OKLCH | oklch(0.715 0.120 181.6) |
Copy-ready code
/* CSS */
color: #2abba8;
background-color: #2abba8;
/* Tailwind (arbitrary) */
class="text-[#2abba8] bg-[#2abba8]"
/* SCSS */
$brand: #2abba8;
/* SwiftUI */
Color(red: 0.165, green: 0.733, blue: 0.659)
/* Android */
Color.parseColor("#2abba8")Accessibility — WCAG contrast
Aa
#2abba8 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abba8 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.3%
Blue65.9%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow10.2%
Key (black)26.7%
Color previews
#2abba8 text on a black background
contrast 8.77:1
Card sample
#2abba8 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abba8;
Background color
Panel with #2abba8 background
background-color: #2abba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 187, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 187, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abba8; background: linear-gradient(135deg, #2abba8, #2A6DBB);