#2ec4cc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 196, 204
HSL
183°, 63%, 49%
CMYK
78, 4, 0, 20
Luminance
0.4442
Every format
| HEX | #2ec4cc |
| RGB | rgb(46, 196, 204) |
| HSL | hsl(183, 63%, 49%) |
| CMYK | cmyk(78%, 4%, 0%, 20%) |
| LAB | lab(72.5 -34.5 -14.9) |
| LCH | lch(72.5 37.6 203.4) |
| OKLCH | oklch(0.750 0.119 200.5) |
Copy-ready code
/* CSS */
color: #2ec4cc;
background-color: #2ec4cc;
/* Tailwind (arbitrary) */
class="text-[#2ec4cc] bg-[#2ec4cc]"
/* SCSS */
$brand: #2ec4cc;
/* SwiftUI */
Color(red: 0.180, green: 0.769, blue: 0.800)
/* Android */
Color.parseColor("#2ec4cc")Accessibility — WCAG contrast
Aa
#2ec4cc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec4cc on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green76.9%
Blue80.0%
CMYK percentages
Cyan77.5%
Magenta3.9%
Yellow0.0%
Key (black)20.0%
Color previews
#2ec4cc text on a black background
contrast 9.88:1
Card sample
#2ec4cc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec4cc;
Background color
Panel with #2ec4cc background
background-color: #2ec4cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec4cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 196, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 196, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec4cc; background: linear-gradient(135deg, #2ec4cc, #2E5BCC);