#2ccdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 205, 186
HSL
173°, 65%, 49%
CMYK
79, 0, 9, 20
Luminance
0.4774
Every format
| HEX | #2ccdba |
| RGB | rgb(44, 205, 186) |
| HSL | hsl(173, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 9%, 20%) |
| LAB | lab(74.7 -43.9 -2.0) |
| LCH | lch(74.7 44.0 182.6) |
| OKLCH | oklch(0.766 0.129 182.7) |
Copy-ready code
/* CSS */
color: #2ccdba;
background-color: #2ccdba;
/* Tailwind (arbitrary) */
class="text-[#2ccdba] bg-[#2ccdba]"
/* SCSS */
$brand: #2ccdba;
/* SwiftUI */
Color(red: 0.173, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#2ccdba")Accessibility — WCAG contrast
Aa
#2ccdba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccdba on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.4%
Blue72.9%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#2ccdba text on a black background
contrast 10.55:1
Card sample
#2ccdba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccdba;
Background color
Panel with #2ccdba background
background-color: #2ccdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccdba; background: linear-gradient(135deg, #2ccdba, #2C75CD);