#2cd8b2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 216, 178
HSL
167°, 69%, 51%
CMYK
80, 0, 18, 15
Luminance
0.5286
Every format
| HEX | #2cd8b2 |
| RGB | rgb(44, 216, 178) |
| HSL | hsl(167, 69%, 51%) |
| CMYK | cmyk(80%, 0%, 18%, 15%) |
| LAB | lab(77.8 -50.6 6.8) |
| LCH | lch(77.8 51.1 172.3) |
| OKLCH | oklch(0.790 0.143 173.1) |
Copy-ready code
/* CSS */
color: #2cd8b2;
background-color: #2cd8b2;
/* Tailwind (arbitrary) */
class="text-[#2cd8b2] bg-[#2cd8b2]"
/* SCSS */
$brand: #2cd8b2;
/* SwiftUI */
Color(red: 0.173, green: 0.847, blue: 0.698)
/* Android */
Color.parseColor("#2cd8b2")Accessibility — WCAG contrast
Aa
#2cd8b2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd8b2 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green84.7%
Blue69.8%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow17.6%
Key (black)15.3%
Color previews
#2cd8b2 text on a black background
contrast 11.57:1
Card sample
#2cd8b2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd8b2;
Background color
Panel with #2cd8b2 background
background-color: #2cd8b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd8b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 216, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 216, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd8b2; background: linear-gradient(135deg, #2cd8b2, #2C8CD8);