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