#2cecad
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 236, 173
HSL
160°, 84%, 55%
CMYK
81, 0, 27, 8
Luminance
0.6354
Every format
| HEX | #2cecad |
| RGB | rgb(44, 236, 173) |
| HSL | hsl(160, 84%, 55%) |
| CMYK | cmyk(81%, 0%, 27%, 8%) |
| LAB | lab(83.7 -59.7 17.9) |
| LCH | lch(83.7 62.3 163.3) |
| OKLCH | oklch(0.839 0.170 164.4) |
Copy-ready code
/* CSS */
color: #2cecad;
background-color: #2cecad;
/* Tailwind (arbitrary) */
class="text-[#2cecad] bg-[#2cecad]"
/* SCSS */
$brand: #2cecad;
/* SwiftUI */
Color(red: 0.173, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#2cecad")Accessibility — WCAG contrast
Aa
#2cecad on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cecad on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green92.5%
Blue67.8%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#2cecad text on a black background
contrast 13.71:1
Card sample
#2cecad text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cecad;
Background color
Panel with #2cecad background
background-color: #2cecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cecad; background: linear-gradient(135deg, #2cecad, #2CABEC);