#2ccec1
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 206, 193
HSL
175°, 65%, 49%
CMYK
79, 0, 6, 19
Luminance
0.4853
Every format
| HEX | #2ccec1 |
| RGB | rgb(44, 206, 193) |
| HSL | hsl(175, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 6%, 19%) |
| LAB | lab(75.2 -42.4 -5.0) |
| LCH | lch(75.2 42.7 186.8) |
| OKLCH | oklch(0.770 0.127 186.5) |
Copy-ready code
/* CSS */
color: #2ccec1;
background-color: #2ccec1;
/* Tailwind (arbitrary) */
class="text-[#2ccec1] bg-[#2ccec1]"
/* SCSS */
$brand: #2ccec1;
/* SwiftUI */
Color(red: 0.173, green: 0.808, blue: 0.757)
/* Android */
Color.parseColor("#2ccec1")Accessibility — WCAG contrast
Aa
#2ccec1 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccec1 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.8%
Blue75.7%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow6.3%
Key (black)19.2%
Color previews
#2ccec1 text on a black background
contrast 10.71:1
Card sample
#2ccec1 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccec1;
Background color
Panel with #2ccec1 background
background-color: #2ccec1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccec1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 206, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 206, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccec1; background: linear-gradient(135deg, #2ccec1, #2C6FCE);