#2cdda6
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
44, 221, 166
HSL
161°, 72%, 52%
CMYK
80, 0, 25, 13
Luminance
0.5500
Every format
| HEX | #2cdda6 |
| RGB | rgb(44, 221, 166) |
| HSL | hsl(161, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 25%, 13%) |
| LAB | lab(79.0 -55.5 15.0) |
| LCH | lch(79.0 57.5 164.9) |
| OKLCH | oklch(0.800 0.158 165.9) |
Copy-ready code
/* CSS */
color: #2cdda6;
background-color: #2cdda6;
/* Tailwind (arbitrary) */
class="text-[#2cdda6] bg-[#2cdda6]"
/* SCSS */
$brand: #2cdda6;
/* SwiftUI */
Color(red: 0.173, green: 0.867, blue: 0.651)
/* Android */
Color.parseColor("#2cdda6")Accessibility — WCAG contrast
Aa
#2cdda6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdda6 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.7%
Blue65.1%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow24.9%
Key (black)13.3%
Color previews
#2cdda6 text on a black background
contrast 12.00:1
Card sample
#2cdda6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdda6;
Background color
Panel with #2cdda6 background
background-color: #2cdda6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdda6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 221, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 221, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdda6; background: linear-gradient(135deg, #2cdda6, #2C9EDD);