#2ee6df
a balanced, electric cyan · cool · closest name: turquoise
RGB
46, 230, 223
HSL
178°, 79%, 54%
CMYK
80, 0, 3, 10
Luminance
0.6250
Every format
| HEX | #2ee6df |
| RGB | rgb(46, 230, 223) |
| HSL | hsl(178, 79%, 54%) |
| CMYK | cmyk(80%, 0%, 3%, 10%) |
| LAB | lab(83.2 -44.4 -9.2) |
| LCH | lch(83.2 45.4 191.7) |
| OKLCH | oklch(0.839 0.137 190.8) |
Copy-ready code
/* CSS */
color: #2ee6df;
background-color: #2ee6df;
/* Tailwind (arbitrary) */
class="text-[#2ee6df] bg-[#2ee6df]"
/* SCSS */
$brand: #2ee6df;
/* SwiftUI */
Color(red: 0.180, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#2ee6df")Accessibility — WCAG contrast
Aa
#2ee6df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ee6df on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green90.2%
Blue87.5%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#2ee6df text on a black background
contrast 13.50:1
Card sample
#2ee6df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ee6df;
Background color
Panel with #2ee6df background
background-color: #2ee6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ee6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ee6df; background: linear-gradient(135deg, #2ee6df, #2E72E6);