#2ccecc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 206, 204
HSL
179°, 65%, 49%
CMYK
79, 0, 1, 19
Luminance
0.4904
Every format
| HEX | #2ccecc |
| RGB | rgb(44, 206, 204) |
| HSL | hsl(179, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 1%, 19%) |
| LAB | lab(75.5 -39.3 -10.5) |
| LCH | lch(75.5 40.7 195.0) |
| OKLCH | oklch(0.774 0.125 193.6) |
Copy-ready code
/* CSS */
color: #2ccecc;
background-color: #2ccecc;
/* Tailwind (arbitrary) */
class="text-[#2ccecc] bg-[#2ccecc]"
/* SCSS */
$brand: #2ccecc;
/* SwiftUI */
Color(red: 0.173, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#2ccecc")Accessibility — WCAG contrast
Aa
#2ccecc on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccecc on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green80.8%
Blue80.0%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow1.0%
Key (black)19.2%
Color previews
#2ccecc text on a black background
contrast 10.81:1
Card sample
#2ccecc text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccecc;
Background color
Panel with #2ccecc background
background-color: #2ccecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccecc; background: linear-gradient(135deg, #2ccecc, #2C64CE);