#2cdfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 223, 188
HSL
168°, 74%, 52%
CMYK
80, 0, 16, 13
Luminance
0.5694
Every format
| HEX | #2cdfbc |
| RGB | rgb(44, 223, 188) |
| HSL | hsl(168, 74%, 52%) |
| CMYK | cmyk(80%, 0%, 16%, 13%) |
| LAB | lab(80.1 -51.0 4.9) |
| LCH | lch(80.1 51.2 174.5) |
| OKLCH | oklch(0.811 0.145 175.2) |
Copy-ready code
/* CSS */
color: #2cdfbc;
background-color: #2cdfbc;
/* Tailwind (arbitrary) */
class="text-[#2cdfbc] bg-[#2cdfbc]"
/* SCSS */
$brand: #2cdfbc;
/* SwiftUI */
Color(red: 0.173, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#2cdfbc")Accessibility — WCAG contrast
Aa
#2cdfbc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdfbc on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.5%
Blue73.7%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#2cdfbc text on a black background
contrast 12.39:1
Card sample
#2cdfbc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdfbc;
Background color
Panel with #2cdfbc background
background-color: #2cdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdfbc; background: linear-gradient(135deg, #2cdfbc, #2C8BDF);