#2cbba4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 187, 164
HSL
170°, 62%, 45%
CMYK
77, 0, 12, 27
Luminance
0.3876
Every format
| HEX | #2cbba4 |
| RGB | rgb(44, 187, 164) |
| HSL | hsl(170, 62%, 45%) |
| CMYK | cmyk(77%, 0%, 12%, 27%) |
| LAB | lab(68.6 -42.0 1.1) |
| LCH | lch(68.6 42.0 178.5) |
| OKLCH | oklch(0.714 0.121 178.9) |
Copy-ready code
/* CSS */
color: #2cbba4;
background-color: #2cbba4;
/* Tailwind (arbitrary) */
class="text-[#2cbba4] bg-[#2cbba4]"
/* SCSS */
$brand: #2cbba4;
/* SwiftUI */
Color(red: 0.173, green: 0.733, blue: 0.643)
/* Android */
Color.parseColor("#2cbba4")Accessibility — WCAG contrast
Aa
#2cbba4 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbba4 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green73.3%
Blue64.3%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow12.3%
Key (black)26.7%
Color previews
#2cbba4 text on a black background
contrast 8.75:1
Card sample
#2cbba4 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbba4;
Background color
Panel with #2cbba4 background
background-color: #2cbba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 187, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 187, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbba4; background: linear-gradient(135deg, #2cbba4, #2C73BB);