#2edcbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 220, 191
HSL
170°, 71%, 52%
CMYK
79, 0, 13, 14
Luminance
0.5553
Every format
| HEX | #2edcbf |
| RGB | rgb(46, 220, 191) |
| HSL | hsl(170, 71%, 52%) |
| CMYK | cmyk(79%, 0%, 13%, 14%) |
| LAB | lab(79.3 -48.8 2.2) |
| LCH | lch(79.3 48.9 177.5) |
| OKLCH | oklch(0.804 0.140 178.0) |
Copy-ready code
/* CSS */
color: #2edcbf;
background-color: #2edcbf;
/* Tailwind (arbitrary) */
class="text-[#2edcbf] bg-[#2edcbf]"
/* SCSS */
$brand: #2edcbf;
/* SwiftUI */
Color(red: 0.180, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#2edcbf")Accessibility — WCAG contrast
Aa
#2edcbf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2edcbf on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green86.3%
Blue74.9%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#2edcbf text on a black background
contrast 12.11:1
Card sample
#2edcbf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2edcbf;
Background color
Panel with #2edcbf background
background-color: #2edcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2edcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2edcbf; background: linear-gradient(135deg, #2edcbf, #2E85DC);