#2cc4ad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 196, 173
HSL
171°, 63%, 47%
CMYK
78, 0, 12, 23
Luminance
0.4303
Every format
| HEX | #2cc4ad |
| RGB | rgb(44, 196, 173) |
| HSL | hsl(171, 63%, 47%) |
| CMYK | cmyk(78%, 0%, 12%, 23%) |
| LAB | lab(71.6 -43.5 0.6) |
| LCH | lch(71.6 43.5 179.3) |
| OKLCH | oklch(0.739 0.126 179.7) |
Copy-ready code
/* CSS */
color: #2cc4ad;
background-color: #2cc4ad;
/* Tailwind (arbitrary) */
class="text-[#2cc4ad] bg-[#2cc4ad]"
/* SCSS */
$brand: #2cc4ad;
/* SwiftUI */
Color(red: 0.173, green: 0.769, blue: 0.678)
/* Android */
Color.parseColor("#2cc4ad")Accessibility — WCAG contrast
Aa
#2cc4ad on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc4ad on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green76.9%
Blue67.8%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow11.7%
Key (black)23.1%
Color previews
#2cc4ad text on a black background
contrast 9.61:1
Card sample
#2cc4ad text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc4ad;
Background color
Panel with #2cc4ad background
background-color: #2cc4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 196, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 196, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc4ad; background: linear-gradient(135deg, #2cc4ad, #2C76C4);