#2ccc9d
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 204, 157
HSL
162°, 65%, 49%
CMYK
78, 0, 23, 20
Luminance
0.4616
Every format
| HEX | #2ccc9d |
| RGB | rgb(44, 204, 157) |
| HSL | hsl(162, 65%, 49%) |
| CMYK | cmyk(78%, 0%, 23%, 20%) |
| LAB | lab(73.6 -50.9 12.2) |
| LCH | lch(73.6 52.3 166.5) |
| OKLCH | oklch(0.755 0.144 167.5) |
Copy-ready code
/* CSS */
color: #2ccc9d;
background-color: #2ccc9d;
/* Tailwind (arbitrary) */
class="text-[#2ccc9d] bg-[#2ccc9d]"
/* SCSS */
$brand: #2ccc9d;
/* SwiftUI */
Color(red: 0.173, green: 0.800, blue: 0.616)
/* Android */
Color.parseColor("#2ccc9d")Accessibility — WCAG contrast
Aa
#2ccc9d on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccc9d on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.0%
Blue61.6%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow23.0%
Key (black)20.0%
Color previews
#2ccc9d text on a black background
contrast 10.23:1
Card sample
#2ccc9d text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccc9d;
Background color
Panel with #2ccc9d background
background-color: #2ccc9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccc9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 204, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 204, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccc9d; background: linear-gradient(135deg, #2ccc9d, #2C90CC);