#2cefc0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 239, 192
HSL
166°, 86%, 56%
CMYK
82, 0, 20, 6
Luminance
0.6607
Every format
| HEX | #2cefc0 |
| RGB | rgb(44, 239, 192) |
| HSL | hsl(166, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 20%, 6%) |
| LAB | lab(85.0 -56.4 9.8) |
| LCH | lch(85.0 57.3 170.1) |
| OKLCH | oklch(0.851 0.160 171.0) |
Copy-ready code
/* CSS */
color: #2cefc0;
background-color: #2cefc0;
/* Tailwind (arbitrary) */
class="text-[#2cefc0] bg-[#2cefc0]"
/* SCSS */
$brand: #2cefc0;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.753)
/* Android */
Color.parseColor("#2cefc0")Accessibility — WCAG contrast
Aa
#2cefc0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cefc0 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue75.3%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow19.7%
Key (black)6.3%
Color previews
#2cefc0 text on a black background
contrast 14.21:1
Card sample
#2cefc0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cefc0;
Background color
Panel with #2cefc0 background
background-color: #2cefc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cefc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cefc0; background: linear-gradient(135deg, #2cefc0, #2C9CEF);