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