#2cdbaf
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
44, 219, 175
HSL
165°, 71%, 52%
CMYK
80, 0, 20, 14
Luminance
0.5429
Every format
| HEX | #2cdbaf |
| RGB | rgb(44, 219, 175) |
| HSL | hsl(165, 71%, 52%) |
| CMYK | cmyk(80%, 0%, 20%, 14%) |
| LAB | lab(78.6 -52.6 9.7) |
| LCH | lch(78.6 53.5 169.6) |
| OKLCH | oklch(0.797 0.149 170.5) |
Copy-ready code
/* CSS */
color: #2cdbaf;
background-color: #2cdbaf;
/* Tailwind (arbitrary) */
class="text-[#2cdbaf] bg-[#2cdbaf]"
/* SCSS */
$brand: #2cdbaf;
/* SwiftUI */
Color(red: 0.173, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#2cdbaf")Accessibility — WCAG contrast
Aa
#2cdbaf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdbaf on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green85.9%
Blue68.6%
CMYK percentages
Cyan79.9%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#2cdbaf text on a black background
contrast 11.86:1
Card sample
#2cdbaf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdbaf;
Background color
Panel with #2cdbaf background
background-color: #2cdbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdbaf; background: linear-gradient(135deg, #2cdbaf, #2C92DB);