#2cefcc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 239, 204
HSL
169°, 86%, 56%
CMYK
82, 0, 15, 6
Luminance
0.6663
Every format
| HEX | #2cefcc |
| RGB | rgb(44, 239, 204) |
| HSL | hsl(169, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 15%, 6%) |
| LAB | lab(85.3 -53.5 4.0) |
| LCH | lch(85.3 53.6 175.8) |
| OKLCH | oklch(0.854 0.152 176.4) |
Copy-ready code
/* CSS */
color: #2cefcc;
background-color: #2cefcc;
/* Tailwind (arbitrary) */
class="text-[#2cefcc] bg-[#2cefcc]"
/* SCSS */
$brand: #2cefcc;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.800)
/* Android */
Color.parseColor("#2cefcc")Accessibility — WCAG contrast
Aa
#2cefcc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cefcc on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue80.0%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow14.6%
Key (black)6.3%
Color previews
#2cefcc text on a black background
contrast 14.33:1
Card sample
#2cefcc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cefcc;
Background color
Panel with #2cefcc background
background-color: #2cefcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cefcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cefcc; background: linear-gradient(135deg, #2cefcc, #2C90EF);