#2cbabf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 186, 191
HSL
182°, 63%, 46%
CMYK
77, 3, 0, 25
Luminance
0.3941
Every format
| HEX | #2cbabf |
| RGB | rgb(44, 186, 191) |
| HSL | hsl(182, 63%, 46%) |
| CMYK | cmyk(77%, 3%, 0%, 25%) |
| LAB | lab(69.0 -33.9 -13.0) |
| LCH | lch(69.0 36.3 201.0) |
| OKLCH | oklch(0.720 0.114 198.6) |
Copy-ready code
/* CSS */
color: #2cbabf;
background-color: #2cbabf;
/* Tailwind (arbitrary) */
class="text-[#2cbabf] bg-[#2cbabf]"
/* SCSS */
$brand: #2cbabf;
/* SwiftUI */
Color(red: 0.173, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#2cbabf")Accessibility — WCAG contrast
Aa
#2cbabf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbabf on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green72.9%
Blue74.9%
CMYK percentages
Cyan77.0%
Magenta2.6%
Yellow0.0%
Key (black)25.1%
Color previews
#2cbabf text on a black background
contrast 8.88:1
Card sample
#2cbabf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbabf;
Background color
Panel with #2cbabf background
background-color: #2cbabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbabf; background: linear-gradient(135deg, #2cbabf, #2C58BF);