#2cdbbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 219, 191
HSL
170°, 71%, 52%
CMYK
80, 0, 13, 14
Luminance
0.5496
Every format
| HEX | #2cdbbf |
| RGB | rgb(44, 219, 191) |
| HSL | hsl(170, 71%, 52%) |
| CMYK | cmyk(80%, 0%, 13%, 14%) |
| LAB | lab(79.0 -48.6 1.7) |
| LCH | lch(79.0 48.6 178.0) |
| OKLCH | oklch(0.802 0.139 178.5) |
Copy-ready code
/* CSS */
color: #2cdbbf;
background-color: #2cdbbf;
/* Tailwind (arbitrary) */
class="text-[#2cdbbf] bg-[#2cdbbf]"
/* SCSS */
$brand: #2cdbbf;
/* SwiftUI */
Color(red: 0.173, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#2cdbbf")Accessibility — WCAG contrast
Aa
#2cdbbf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdbbf on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green85.9%
Blue74.9%
CMYK percentages
Cyan79.9%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#2cdbbf text on a black background
contrast 11.99:1
Card sample
#2cdbbf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdbbf;
Background color
Panel with #2cdbbf background
background-color: #2cdbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdbbf; background: linear-gradient(135deg, #2cdbbf, #2C82DB);