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