#2cdcbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 220, 191
HSL
170°, 72%, 52%
CMYK
80, 0, 13, 14
Luminance
0.5548
Every format
| HEX | #2cdcbf |
| RGB | rgb(44, 220, 191) |
| HSL | hsl(170, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 13%, 14%) |
| LAB | lab(79.3 -49.0 2.1) |
| LCH | lch(79.3 49.0 177.5) |
| OKLCH | oklch(0.804 0.140 178.0) |
Copy-ready code
/* CSS */
color: #2cdcbf;
background-color: #2cdcbf;
/* Tailwind (arbitrary) */
class="text-[#2cdcbf] bg-[#2cdcbf]"
/* SCSS */
$brand: #2cdcbf;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#2cdcbf")Accessibility — WCAG contrast
Aa
#2cdcbf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdcbf on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue74.9%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#2cdcbf text on a black background
contrast 12.10:1
Card sample
#2cdcbf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdcbf;
Background color
Panel with #2cdcbf background
background-color: #2cdcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdcbf; background: linear-gradient(135deg, #2cdcbf, #2C84DC);