#2cffc7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 255, 199
HSL
164°, 100%, 59%
CMYK
83, 0, 22, 0
Luminance
0.7618
Every format
| HEX | #2cffc7 |
| RGB | rgb(44, 255, 199) |
| HSL | hsl(164, 100%, 59%) |
| CMYK | cmyk(83%, 0%, 22%, 0%) |
| LAB | lab(89.9 -61.0 13.2) |
| LCH | lch(89.9 62.4 167.8) |
| OKLCH | oklch(0.892 0.172 168.7) |
Copy-ready code
/* CSS */
color: #2cffc7;
background-color: #2cffc7;
/* Tailwind (arbitrary) */
class="text-[#2cffc7] bg-[#2cffc7]"
/* SCSS */
$brand: #2cffc7;
/* SwiftUI */
Color(red: 0.173, green: 1.000, blue: 0.780)
/* Android */
Color.parseColor("#2cffc7")Accessibility — WCAG contrast
Aa
#2cffc7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cffc7 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green100.0%
Blue78.0%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow22.0%
Key (black)0.0%
Color previews
#2cffc7 text on a black background
contrast 16.24:1
Card sample
#2cffc7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cffc7;
Background color
Panel with #2cffc7 background
background-color: #2cffc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cffc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 255, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 255, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cffc7; background: linear-gradient(135deg, #2cffc7, #2CAAFF);