#2cbcaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 188, 175
HSL
175°, 62%, 46%
CMYK
77, 0, 7, 26
Luminance
0.3960
Every format
| HEX | #2cbcaf |
| RGB | rgb(44, 188, 175) |
| HSL | hsl(175, 62%, 46%) |
| CMYK | cmyk(77%, 0%, 7%, 26%) |
| LAB | lab(69.2 -39.5 -4.0) |
| LCH | lch(69.2 39.7 185.9) |
| OKLCH | oklch(0.720 0.117 185.7) |
Copy-ready code
/* CSS */
color: #2cbcaf;
background-color: #2cbcaf;
/* Tailwind (arbitrary) */
class="text-[#2cbcaf] bg-[#2cbcaf]"
/* SCSS */
$brand: #2cbcaf;
/* SwiftUI */
Color(red: 0.173, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#2cbcaf")Accessibility — WCAG contrast
Aa
#2cbcaf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbcaf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green73.7%
Blue68.6%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#2cbcaf text on a black background
contrast 8.92:1
Card sample
#2cbcaf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbcaf;
Background color
Panel with #2cbcaf background
background-color: #2cbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbcaf; background: linear-gradient(135deg, #2cbcaf, #2C69BC);