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