#2cdfaf
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
44, 223, 175
HSL
164°, 74%, 52%
CMYK
80, 0, 22, 13
Luminance
0.5641
Every format
| HEX | #2cdfaf |
| RGB | rgb(44, 223, 175) |
| HSL | hsl(164, 74%, 52%) |
| CMYK | cmyk(80%, 0%, 22%, 13%) |
| LAB | lab(79.8 -54.2 11.4) |
| LCH | lch(79.8 55.4 168.1) |
| OKLCH | oklch(0.807 0.153 169.1) |
Copy-ready code
/* CSS */
color: #2cdfaf;
background-color: #2cdfaf;
/* Tailwind (arbitrary) */
class="text-[#2cdfaf] bg-[#2cdfaf]"
/* SCSS */
$brand: #2cdfaf;
/* SwiftUI */
Color(red: 0.173, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#2cdfaf")Accessibility — WCAG contrast
Aa
#2cdfaf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdfaf on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.5%
Blue68.6%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#2cdfaf text on a black background
contrast 12.28:1
Card sample
#2cdfaf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdfaf;
Background color
Panel with #2cdfaf background
background-color: #2cdfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdfaf; background: linear-gradient(135deg, #2cdfaf, #2C98DF);