#2cccab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 204, 171
HSL
168°, 65%, 49%
CMYK
78, 0, 16, 20
Luminance
0.4666
Every format
| HEX | #2cccab |
| RGB | rgb(44, 204, 171) |
| HSL | hsl(168, 65%, 49%) |
| CMYK | cmyk(78%, 0%, 16%, 20%) |
| LAB | lab(74.0 -47.5 5.1) |
| LCH | lch(74.0 47.7 173.9) |
| OKLCH | oklch(0.759 0.135 174.6) |
Copy-ready code
/* CSS */
color: #2cccab;
background-color: #2cccab;
/* Tailwind (arbitrary) */
class="text-[#2cccab] bg-[#2cccab]"
/* SCSS */
$brand: #2cccab;
/* SwiftUI */
Color(red: 0.173, green: 0.800, blue: 0.671)
/* Android */
Color.parseColor("#2cccab")Accessibility — WCAG contrast
Aa
#2cccab on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cccab on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.0%
Blue67.1%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow16.2%
Key (black)20.0%
Color previews
#2cccab text on a black background
contrast 10.33:1
Card sample
#2cccab text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cccab;
Background color
Panel with #2cccab background
background-color: #2cccab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cccab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 204, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 204, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cccab; background: linear-gradient(135deg, #2cccab, #2C82CC);