#2cc09c
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 192, 156
HSL
165°, 63%, 46%
CMYK
77, 0, 19, 25
Luminance
0.4064
Every format
| HEX | #2cc09c |
| RGB | rgb(44, 192, 156) |
| HSL | hsl(165, 63%, 46%) |
| CMYK | cmyk(77%, 0%, 19%, 25%) |
| LAB | lab(69.9 -46.2 7.4) |
| LCH | lch(69.9 46.8 170.9) |
| OKLCH | oklch(0.724 0.131 171.7) |
Copy-ready code
/* CSS */
color: #2cc09c;
background-color: #2cc09c;
/* Tailwind (arbitrary) */
class="text-[#2cc09c] bg-[#2cc09c]"
/* SCSS */
$brand: #2cc09c;
/* SwiftUI */
Color(red: 0.173, green: 0.753, blue: 0.612)
/* Android */
Color.parseColor("#2cc09c")Accessibility — WCAG contrast
Aa
#2cc09c on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc09c on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green75.3%
Blue61.2%
CMYK percentages
Cyan77.1%
Magenta0.0%
Yellow18.7%
Key (black)24.7%
Color previews
#2cc09c text on a black background
contrast 9.13:1
Card sample
#2cc09c text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc09c;
Background color
Panel with #2cc09c background
background-color: #2cc09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 192, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 192, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc09c; background: linear-gradient(135deg, #2cc09c, #2C81C0);