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