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