#2edecf
a balanced, vivid cyan · cool · “turquoise”
RGB
46, 222, 207
HSL
175°, 73%, 53%
CMYK
79, 0, 7, 13
Luminance
0.5733
Every format
| HEX | #2edecf |
| RGB | rgb(46, 222, 207) |
| HSL | hsl(175, 73%, 53%) |
| CMYK | cmyk(79%, 0%, 7%, 13%) |
| LAB | lab(80.4 -45.4 -4.9) |
| LCH | lch(80.4 45.6 186.1) |
| OKLCH | oklch(0.814 0.135 185.9) |
Copy-ready code
/* CSS */
color: #2edecf;
background-color: #2edecf;
/* Tailwind (arbitrary) */
class="text-[#2edecf] bg-[#2edecf]"
/* SCSS */
$brand: #2edecf;
/* SwiftUI */
Color(red: 0.180, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#2edecf")Accessibility — WCAG contrast
Aa
#2edecf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2edecf on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green87.1%
Blue81.2%
CMYK percentages
Cyan79.3%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#2edecf text on a black background
contrast 12.47:1
Card sample
#2edecf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2edecf;
Background color
Panel with #2edecf background
background-color: #2edecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2edecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2edecf; background: linear-gradient(135deg, #2edecf, #2E77DE);