#2ec4cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 196, 207
HSL
184°, 64%, 50%
CMYK
78, 5, 0, 19
Luminance
0.4457
Every format
| HEX | #2ec4cf |
| RGB | rgb(46, 196, 207) |
| HSL | hsl(184, 64%, 50%) |
| CMYK | cmyk(78%, 5%, 0%, 19%) |
| LAB | lab(72.6 -33.6 -16.4) |
| LCH | lch(72.6 37.4 206.1) |
| OKLCH | oklch(0.751 0.119 202.6) |
Copy-ready code
/* CSS */
color: #2ec4cf;
background-color: #2ec4cf;
/* Tailwind (arbitrary) */
class="text-[#2ec4cf] bg-[#2ec4cf]"
/* SCSS */
$brand: #2ec4cf;
/* SwiftUI */
Color(red: 0.180, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#2ec4cf")Accessibility — WCAG contrast
Aa
#2ec4cf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec4cf on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green76.9%
Blue81.2%
CMYK percentages
Cyan77.8%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#2ec4cf text on a black background
contrast 9.91:1
Card sample
#2ec4cf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec4cf;
Background color
Panel with #2ec4cf background
background-color: #2ec4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec4cf; background: linear-gradient(135deg, #2ec4cf, #2E59CF);