#2cdecb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 222, 203
HSL
174°, 73%, 52%
CMYK
80, 0, 9, 13
Luminance
0.5709
Every format
| HEX | #2cdecb |
| RGB | rgb(44, 222, 203) |
| HSL | hsl(174, 73%, 52%) |
| CMYK | cmyk(80%, 0%, 9%, 13%) |
| LAB | lab(80.2 -46.6 -2.9) |
| LCH | lch(80.2 46.7 183.6) |
| OKLCH | oklch(0.813 0.137 183.6) |
Copy-ready code
/* CSS */
color: #2cdecb;
background-color: #2cdecb;
/* Tailwind (arbitrary) */
class="text-[#2cdecb] bg-[#2cdecb]"
/* SCSS */
$brand: #2cdecb;
/* SwiftUI */
Color(red: 0.173, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#2cdecb")Accessibility — WCAG contrast
Aa
#2cdecb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdecb on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.1%
Blue79.6%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow8.6%
Key (black)12.9%
Color previews
#2cdecb text on a black background
contrast 12.42:1
Card sample
#2cdecb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdecb;
Background color
Panel with #2cdecb background
background-color: #2cdecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdecb; background: linear-gradient(135deg, #2cdecb, #2C7ADE);