#2cbfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 191, 172
HSL
172°, 63%, 46%
CMYK
77, 0, 10, 25
Luminance
0.4078
Every format
| HEX | #2cbfac |
| RGB | rgb(44, 191, 172) |
| HSL | hsl(172, 63%, 46%) |
| CMYK | cmyk(77%, 0%, 10%, 25%) |
| LAB | lab(70.0 -41.6 -1.2) |
| LCH | lch(70.0 41.6 181.6) |
| OKLCH | oklch(0.726 0.121 181.8) |
Copy-ready code
/* CSS */
color: #2cbfac;
background-color: #2cbfac;
/* Tailwind (arbitrary) */
class="text-[#2cbfac] bg-[#2cbfac]"
/* SCSS */
$brand: #2cbfac;
/* SwiftUI */
Color(red: 0.173, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#2cbfac")Accessibility — WCAG contrast
Aa
#2cbfac on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbfac on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green74.9%
Blue67.5%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#2cbfac text on a black background
contrast 9.16:1
Card sample
#2cbfac text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbfac;
Background color
Panel with #2cbfac background
background-color: #2cbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbfac; background: linear-gradient(135deg, #2cbfac, #2C70BF);