#2abdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 189, 191
HSL
181°, 64%, 46%
CMYK
78, 1, 0, 25
Luminance
0.4065
Every format
| HEX | #2abdbf |
| RGB | rgb(42, 189, 191) |
| HSL | hsl(181, 64%, 46%) |
| CMYK | cmyk(78%, 1%, 0%, 25%) |
| LAB | lab(69.9 -35.5 -11.7) |
| LCH | lch(69.9 37.4 198.3) |
| OKLCH | oklch(0.727 0.116 196.3) |
Copy-ready code
/* CSS */
color: #2abdbf;
background-color: #2abdbf;
/* Tailwind (arbitrary) */
class="text-[#2abdbf] bg-[#2abdbf]"
/* SCSS */
$brand: #2abdbf;
/* SwiftUI */
Color(red: 0.165, green: 0.741, blue: 0.749)
/* Android */
Color.parseColor("#2abdbf")Accessibility — WCAG contrast
Aa
#2abdbf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abdbf on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green74.1%
Blue74.9%
CMYK percentages
Cyan78.0%
Magenta1.0%
Yellow0.0%
Key (black)25.1%
Color previews
#2abdbf text on a black background
contrast 9.13:1
Card sample
#2abdbf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abdbf;
Background color
Panel with #2abdbf background
background-color: #2abdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 189, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 189, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abdbf; background: linear-gradient(135deg, #2abdbf, #2A5ABF);