#2cefaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 239, 175
HSL
160°, 86%, 56%
CMYK
82, 0, 27, 6
Luminance
0.6536
Every format
| HEX | #2cefaf |
| RGB | rgb(44, 239, 175) |
| HSL | hsl(160, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 27%, 6%) |
| LAB | lab(84.7 -60.4 18.2) |
| LCH | lch(84.7 63.0 163.2) |
| OKLCH | oklch(0.847 0.172 164.4) |
Copy-ready code
/* CSS */
color: #2cefaf;
background-color: #2cefaf;
/* Tailwind (arbitrary) */
class="text-[#2cefaf] bg-[#2cefaf]"
/* SCSS */
$brand: #2cefaf;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.686)
/* Android */
Color.parseColor("#2cefaf")Accessibility — WCAG contrast
Aa
#2cefaf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cefaf on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue68.6%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow26.8%
Key (black)6.3%
Color previews
#2cefaf text on a black background
contrast 14.07:1
Card sample
#2cefaf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cefaf;
Background color
Panel with #2cefaf background
background-color: #2cefaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cefaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cefaf; background: linear-gradient(135deg, #2cefaf, #2CADEF);