#2ee6cf
a balanced, electric cyan · cool · closest name: turquoise
RGB
46, 230, 207
HSL
173°, 79%, 54%
CMYK
80, 0, 10, 10
Luminance
0.6168
Every format
| HEX | #2ee6cf |
| RGB | rgb(46, 230, 207) |
| HSL | hsl(173, 79%, 54%) |
| CMYK | cmyk(80%, 0%, 10%, 10%) |
| LAB | lab(82.7 -48.8 -1.4) |
| LCH | lch(82.7 48.8 181.6) |
| OKLCH | oklch(0.834 0.142 181.8) |
Copy-ready code
/* CSS */
color: #2ee6cf;
background-color: #2ee6cf;
/* Tailwind (arbitrary) */
class="text-[#2ee6cf] bg-[#2ee6cf]"
/* SCSS */
$brand: #2ee6cf;
/* SwiftUI */
Color(red: 0.180, green: 0.902, blue: 0.812)
/* Android */
Color.parseColor("#2ee6cf")Accessibility — WCAG contrast
Aa
#2ee6cf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ee6cf on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green90.2%
Blue81.2%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow10.0%
Key (black)9.8%
Color previews
#2ee6cf text on a black background
contrast 13.34:1
Card sample
#2ee6cf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ee6cf;
Background color
Panel with #2ee6cf background
background-color: #2ee6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ee6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 230, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 230, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ee6cf; background: linear-gradient(135deg, #2ee6cf, #2E82E6);