#2efade
a balanced, electric cyan · cool · closest name: turquoise
RGB
46, 250, 222
HSL
172°, 95%, 58%
CMYK
82, 0, 11, 2
Luminance
0.7423
Every format
| HEX | #2efade |
| RGB | rgb(46, 250, 222) |
| HSL | hsl(172, 95%, 58%) |
| CMYK | cmyk(82%, 0%, 11%, 2%) |
| LAB | lab(89.0 -53.2 -0.0) |
| LCH | lch(89.0 53.2 180.0) |
| OKLCH | oklch(0.886 0.154 180.4) |
Copy-ready code
/* CSS */
color: #2efade;
background-color: #2efade;
/* Tailwind (arbitrary) */
class="text-[#2efade] bg-[#2efade]"
/* SCSS */
$brand: #2efade;
/* SwiftUI */
Color(red: 0.180, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#2efade")Accessibility — WCAG contrast
Aa
#2efade on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2efade on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green98.0%
Blue87.1%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#2efade text on a black background
contrast 15.85:1
Card sample
#2efade text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2efade;
Background color
Panel with #2efade background
background-color: #2efade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2efade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2efade; background: linear-gradient(135deg, #2efade, #2E8EFA);