#2eefcf
a balanced, electric cyan · cool · closest name: turquoise
RGB
46, 239, 207
HSL
170°, 86%, 56%
CMYK
81, 0, 13, 6
Luminance
0.6682
Every format
| HEX | #2eefcf |
| RGB | rgb(46, 239, 207) |
| HSL | hsl(170, 86%, 56%) |
| CMYK | cmyk(81%, 0%, 13%, 6%) |
| LAB | lab(85.4 -52.5 2.5) |
| LCH | lch(85.4 52.6 177.2) |
| OKLCH | oklch(0.855 0.150 177.8) |
Copy-ready code
/* CSS */
color: #2eefcf;
background-color: #2eefcf;
/* Tailwind (arbitrary) */
class="text-[#2eefcf] bg-[#2eefcf]"
/* SCSS */
$brand: #2eefcf;
/* SwiftUI */
Color(red: 0.180, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#2eefcf")Accessibility — WCAG contrast
Aa
#2eefcf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eefcf on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green93.7%
Blue81.2%
CMYK percentages
Cyan80.8%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#2eefcf text on a black background
contrast 14.36:1
Card sample
#2eefcf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eefcf;
Background color
Panel with #2eefcf background
background-color: #2eefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eefcf; background: linear-gradient(135deg, #2eefcf, #2E8EEF);