#2edeb9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 222, 185
HSL
167°, 73%, 53%
CMYK
79, 0, 17, 13
Luminance
0.5633
Every format
| HEX | #2edeb9 |
| RGB | rgb(46, 222, 185) |
| HSL | hsl(167, 73%, 53%) |
| CMYK | cmyk(79%, 0%, 17%, 13%) |
| LAB | lab(79.8 -51.1 6.0) |
| LCH | lch(79.8 51.5 173.3) |
| OKLCH | oklch(0.808 0.145 174.0) |
Copy-ready code
/* CSS */
color: #2edeb9;
background-color: #2edeb9;
/* Tailwind (arbitrary) */
class="text-[#2edeb9] bg-[#2edeb9]"
/* SCSS */
$brand: #2edeb9;
/* SwiftUI */
Color(red: 0.180, green: 0.871, blue: 0.725)
/* Android */
Color.parseColor("#2edeb9")Accessibility — WCAG contrast
Aa
#2edeb9 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2edeb9 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green87.1%
Blue72.5%
CMYK percentages
Cyan79.3%
Magenta0.0%
Yellow16.7%
Key (black)12.9%
Color previews
#2edeb9 text on a black background
contrast 12.27:1
Card sample
#2edeb9 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2edeb9;
Background color
Panel with #2edeb9 background
background-color: #2edeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2edeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 222, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 222, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2edeb9; background: linear-gradient(135deg, #2edeb9, #2E8EDE);