#2cdccf
a balanced, vivid cyan · cool · “turquoise”
RGB
44, 220, 207
HSL
176°, 72%, 52%
CMYK
80, 0, 6, 14
Luminance
0.5623
Every format
| HEX | #2cdccf |
| RGB | rgb(44, 220, 207) |
| HSL | hsl(176, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 6%, 14%) |
| LAB | lab(79.7 -44.7 -5.8) |
| LCH | lch(79.7 45.1 187.4) |
| OKLCH | oklch(0.809 0.134 187.0) |
Copy-ready code
/* CSS */
color: #2cdccf;
background-color: #2cdccf;
/* Tailwind (arbitrary) */
class="text-[#2cdccf] bg-[#2cdccf]"
/* SCSS */
$brand: #2cdccf;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#2cdccf")Accessibility — WCAG contrast
Aa
#2cdccf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdccf on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue81.2%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#2cdccf text on a black background
contrast 12.25:1
Card sample
#2cdccf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdccf;
Background color
Panel with #2cdccf background
background-color: #2cdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdccf; background: linear-gradient(135deg, #2cdccf, #2C74DC);