#2cdfcf
a balanced, vivid cyan · cool · “turquoise”
RGB
44, 223, 207
HSL
175°, 74%, 52%
CMYK
80, 0, 7, 13
Luminance
0.5782
Every format
| HEX | #2cdfcf |
| RGB | rgb(44, 223, 207) |
| HSL | hsl(175, 74%, 52%) |
| CMYK | cmyk(80%, 0%, 7%, 13%) |
| LAB | lab(80.6 -46.0 -4.5) |
| LCH | lch(80.6 46.2 185.5) |
| OKLCH | oklch(0.816 0.137 185.4) |
Copy-ready code
/* CSS */
color: #2cdfcf;
background-color: #2cdfcf;
/* Tailwind (arbitrary) */
class="text-[#2cdfcf] bg-[#2cdfcf]"
/* SCSS */
$brand: #2cdfcf;
/* SwiftUI */
Color(red: 0.173, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#2cdfcf")Accessibility — WCAG contrast
Aa
#2cdfcf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdfcf on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.5%
Blue81.2%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#2cdfcf text on a black background
contrast 12.56:1
Card sample
#2cdfcf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdfcf;
Background color
Panel with #2cdfcf background
background-color: #2cdfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdfcf; background: linear-gradient(135deg, #2cdfcf, #2C78DF);