#2ec5ce
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 197, 206
HSL
183°, 64%, 49%
CMYK
78, 4, 0, 19
Luminance
0.4497
Every format
| HEX | #2ec5ce |
| RGB | rgb(46, 197, 206) |
| HSL | hsl(183, 64%, 49%) |
| CMYK | cmyk(78%, 4%, 0%, 19%) |
| LAB | lab(72.9 -34.4 -15.5) |
| LCH | lch(72.9 37.7 204.2) |
| OKLCH | oklch(0.753 0.119 201.2) |
Copy-ready code
/* CSS */
color: #2ec5ce;
background-color: #2ec5ce;
/* Tailwind (arbitrary) */
class="text-[#2ec5ce] bg-[#2ec5ce]"
/* SCSS */
$brand: #2ec5ce;
/* SwiftUI */
Color(red: 0.180, green: 0.773, blue: 0.808)
/* Android */
Color.parseColor("#2ec5ce")Accessibility — WCAG contrast
Aa
#2ec5ce on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec5ce on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green77.3%
Blue80.8%
CMYK percentages
Cyan77.7%
Magenta4.4%
Yellow0.0%
Key (black)19.2%
Color previews
#2ec5ce text on a black background
contrast 9.99:1
Card sample
#2ec5ce text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec5ce;
Background color
Panel with #2ec5ce background
background-color: #2ec5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 197, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 197, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec5ce; background: linear-gradient(135deg, #2ec5ce, #2E5ACE);