#2cc6bc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 198, 188
HSL
176°, 64%, 48%
CMYK
78, 0, 5, 22
Luminance
0.4455
Every format
| HEX | #2cc6bc |
| RGB | rgb(44, 198, 188) |
| HSL | hsl(176, 64%, 48%) |
| CMYK | cmyk(78%, 0%, 5%, 22%) |
| LAB | lab(72.6 -40.3 -6.1) |
| LCH | lch(72.6 40.8 188.6) |
| OKLCH | oklch(0.749 0.122 188.1) |
Copy-ready code
/* CSS */
color: #2cc6bc;
background-color: #2cc6bc;
/* Tailwind (arbitrary) */
class="text-[#2cc6bc] bg-[#2cc6bc]"
/* SCSS */
$brand: #2cc6bc;
/* SwiftUI */
Color(red: 0.173, green: 0.776, blue: 0.737)
/* Android */
Color.parseColor("#2cc6bc")Accessibility — WCAG contrast
Aa
#2cc6bc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc6bc on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green77.6%
Blue73.7%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow5.1%
Key (black)22.4%
Color previews
#2cc6bc text on a black background
contrast 9.91:1
Card sample
#2cc6bc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc6bc;
Background color
Panel with #2cc6bc background
background-color: #2cc6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 198, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 198, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc6bc; background: linear-gradient(135deg, #2cc6bc, #2C69C6);