#2cefcd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 239, 205
HSL
170°, 86%, 56%
CMYK
82, 0, 14, 6
Luminance
0.6668
Every format
| HEX | #2cefcd |
| RGB | rgb(44, 239, 205) |
| HSL | hsl(170, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 14%, 6%) |
| LAB | lab(85.3 -53.2 3.5) |
| LCH | lch(85.3 53.3 176.3) |
| OKLCH | oklch(0.855 0.152 176.8) |
Copy-ready code
/* CSS */
color: #2cefcd;
background-color: #2cefcd;
/* Tailwind (arbitrary) */
class="text-[#2cefcd] bg-[#2cefcd]"
/* SCSS */
$brand: #2cefcd;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.804)
/* Android */
Color.parseColor("#2cefcd")Accessibility — WCAG contrast
Aa
#2cefcd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cefcd on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue80.4%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow14.2%
Key (black)6.3%
Color previews
#2cefcd text on a black background
contrast 14.34:1
Card sample
#2cefcd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cefcd;
Background color
Panel with #2cefcd background
background-color: #2cefcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cefcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cefcd; background: linear-gradient(135deg, #2cefcd, #2C8FEF);