#2cddcf
a balanced, vivid cyan · cool · “turquoise”
RGB
44, 221, 207
HSL
175°, 72%, 52%
CMYK
80, 0, 6, 13
Luminance
0.5675
Every format
| HEX | #2cddcf |
| RGB | rgb(44, 221, 207) |
| HSL | hsl(175, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 6%, 13%) |
| LAB | lab(80.0 -45.1 -5.3) |
| LCH | lch(80.0 45.4 186.7) |
| OKLCH | oklch(0.811 0.135 186.5) |
Copy-ready code
/* CSS */
color: #2cddcf;
background-color: #2cddcf;
/* Tailwind (arbitrary) */
class="text-[#2cddcf] bg-[#2cddcf]"
/* SCSS */
$brand: #2cddcf;
/* SwiftUI */
Color(red: 0.173, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#2cddcf")Accessibility — WCAG contrast
Aa
#2cddcf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cddcf on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.7%
Blue81.2%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow6.3%
Key (black)13.3%
Color previews
#2cddcf text on a black background
contrast 12.35:1
Card sample
#2cddcf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cddcf;
Background color
Panel with #2cddcf background
background-color: #2cddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cddcf; background: linear-gradient(135deg, #2cddcf, #2C75DD);