#2cd6cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 214, 203
HSL
176°, 68%, 51%
CMYK
79, 0, 5, 16
Luminance
0.5294
Every format
| HEX | #2cd6cb |
| RGB | rgb(44, 214, 203) |
| HSL | hsl(176, 68%, 51%) |
| CMYK | cmyk(79%, 0%, 5%, 16%) |
| LAB | lab(77.8 -43.2 -6.5) |
| LCH | lch(77.8 43.7 188.5) |
| OKLCH | oklch(0.793 0.131 188.0) |
Copy-ready code
/* CSS */
color: #2cd6cb;
background-color: #2cd6cb;
/* Tailwind (arbitrary) */
class="text-[#2cd6cb] bg-[#2cd6cb]"
/* SCSS */
$brand: #2cd6cb;
/* SwiftUI */
Color(red: 0.173, green: 0.839, blue: 0.796)
/* Android */
Color.parseColor("#2cd6cb")Accessibility — WCAG contrast
Aa
#2cd6cb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd6cb on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green83.9%
Blue79.6%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow5.1%
Key (black)16.1%
Color previews
#2cd6cb text on a black background
contrast 11.59:1
Card sample
#2cd6cb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd6cb;
Background color
Panel with #2cd6cb background
background-color: #2cd6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 214, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 214, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd6cb; background: linear-gradient(135deg, #2cd6cb, #2C70D6);