#2cddc3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 221, 195
HSL
171°, 72%, 52%
CMYK
80, 0, 12, 13
Luminance
0.5619
Every format
| HEX | #2cddc3 |
| RGB | rgb(44, 221, 195) |
| HSL | hsl(171, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 12%, 13%) |
| LAB | lab(79.7 -48.4 0.6) |
| LCH | lch(79.7 48.4 179.3) |
| OKLCH | oklch(0.808 0.139 179.7) |
Copy-ready code
/* CSS */
color: #2cddc3;
background-color: #2cddc3;
/* Tailwind (arbitrary) */
class="text-[#2cddc3] bg-[#2cddc3]"
/* SCSS */
$brand: #2cddc3;
/* SwiftUI */
Color(red: 0.173, green: 0.867, blue: 0.765)
/* Android */
Color.parseColor("#2cddc3")Accessibility — WCAG contrast
Aa
#2cddc3 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cddc3 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.7%
Blue76.5%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow11.8%
Key (black)13.3%
Color previews
#2cddc3 text on a black background
contrast 12.24:1
Card sample
#2cddc3 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cddc3;
Background color
Panel with #2cddc3 background
background-color: #2cddc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cddc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 221, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 221, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cddc3; background: linear-gradient(135deg, #2cddc3, #2C81DD);