#2ccd9f
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 205, 159
HSL
163°, 65%, 49%
CMYK
79, 0, 22, 20
Luminance
0.4670
Every format
| HEX | #2ccd9f |
| RGB | rgb(44, 205, 159) |
| HSL | hsl(163, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 22%, 20%) |
| LAB | lab(74.0 -50.8 11.6) |
| LCH | lch(74.0 52.1 167.1) |
| OKLCH | oklch(0.758 0.144 168.1) |
Copy-ready code
/* CSS */
color: #2ccd9f;
background-color: #2ccd9f;
/* Tailwind (arbitrary) */
class="text-[#2ccd9f] bg-[#2ccd9f]"
/* SCSS */
$brand: #2ccd9f;
/* SwiftUI */
Color(red: 0.173, green: 0.804, blue: 0.624)
/* Android */
Color.parseColor("#2ccd9f")Accessibility — WCAG contrast
Aa
#2ccd9f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccd9f on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.4%
Blue62.4%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow22.4%
Key (black)19.6%
Color previews
#2ccd9f text on a black background
contrast 10.34:1
Card sample
#2ccd9f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccd9f;
Background color
Panel with #2ccd9f background
background-color: #2ccd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 205, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 205, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccd9f; background: linear-gradient(135deg, #2ccd9f, #2C8FCD);