#2cbda2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 189, 162
HSL
169°, 62%, 46%
CMYK
77, 0, 14, 26
Luminance
0.3954
Every format
| HEX | #2cbda2 |
| RGB | rgb(44, 189, 162) |
| HSL | hsl(169, 62%, 46%) |
| CMYK | cmyk(77%, 0%, 14%, 26%) |
| LAB | lab(69.1 -43.4 3.0) |
| LCH | lch(69.1 43.5 176.0) |
| OKLCH | oklch(0.718 0.124 176.6) |
Copy-ready code
/* CSS */
color: #2cbda2;
background-color: #2cbda2;
/* Tailwind (arbitrary) */
class="text-[#2cbda2] bg-[#2cbda2]"
/* SCSS */
$brand: #2cbda2;
/* SwiftUI */
Color(red: 0.173, green: 0.741, blue: 0.635)
/* Android */
Color.parseColor("#2cbda2")Accessibility — WCAG contrast
Aa
#2cbda2 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbda2 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green74.1%
Blue63.5%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow14.3%
Key (black)25.9%
Color previews
#2cbda2 text on a black background
contrast 8.91:1
Card sample
#2cbda2 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbda2;
Background color
Panel with #2cbda2 background
background-color: #2cbda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 189, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 189, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbda2; background: linear-gradient(135deg, #2cbda2, #2C77BD);