#2eefdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
46, 239, 219
HSL
174°, 86%, 56%
CMYK
81, 0, 8, 6
Luminance
0.6743
Every format
| HEX | #2eefdb |
| RGB | rgb(46, 239, 219) |
| HSL | hsl(174, 86%, 56%) |
| CMYK | cmyk(81%, 0%, 8%, 6%) |
| LAB | lab(85.7 -49.4 -3.3) |
| LCH | lch(85.7 49.5 183.8) |
| OKLCH | oklch(0.859 0.145 183.9) |
Copy-ready code
/* CSS */
color: #2eefdb;
background-color: #2eefdb;
/* Tailwind (arbitrary) */
class="text-[#2eefdb] bg-[#2eefdb]"
/* SCSS */
$brand: #2eefdb;
/* SwiftUI */
Color(red: 0.180, green: 0.937, blue: 0.859)
/* Android */
Color.parseColor("#2eefdb")Accessibility — WCAG contrast
Aa
#2eefdb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eefdb on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green93.7%
Blue85.9%
CMYK percentages
Cyan80.8%
Magenta0.0%
Yellow8.4%
Key (black)6.3%
Color previews
#2eefdb text on a black background
contrast 14.49:1
Card sample
#2eefdb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eefdb;
Background color
Panel with #2eefdb background
background-color: #2eefdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eefdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 239, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 239, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eefdb; background: linear-gradient(135deg, #2eefdb, #2E82EF);