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