#2cbfc4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 191, 196
HSL
182°, 63%, 47%
CMYK
78, 3, 0, 23
Luminance
0.4178
Every format
| HEX | #2cbfc4 |
| RGB | rgb(44, 191, 196) |
| HSL | hsl(182, 63%, 47%) |
| CMYK | cmyk(78%, 3%, 0%, 23%) |
| LAB | lab(70.7 -34.8 -13.3) |
| LCH | lch(70.7 37.2 200.9) |
| OKLCH | oklch(0.734 0.116 198.5) |
Copy-ready code
/* CSS */
color: #2cbfc4;
background-color: #2cbfc4;
/* Tailwind (arbitrary) */
class="text-[#2cbfc4] bg-[#2cbfc4]"
/* SCSS */
$brand: #2cbfc4;
/* SwiftUI */
Color(red: 0.173, green: 0.749, blue: 0.769)
/* Android */
Color.parseColor("#2cbfc4")Accessibility — WCAG contrast
Aa
#2cbfc4 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbfc4 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green74.9%
Blue76.9%
CMYK percentages
Cyan77.6%
Magenta2.6%
Yellow0.0%
Key (black)23.1%
Color previews
#2cbfc4 text on a black background
contrast 9.36:1
Card sample
#2cbfc4 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbfc4;
Background color
Panel with #2cbfc4 background
background-color: #2cbfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 191, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 191, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbfc4; background: linear-gradient(135deg, #2cbfc4, #2C5AC4);