#2cffb0
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 255, 176
HSL
158°, 100%, 59%
CMYK
83, 0, 31, 0
Luminance
0.7519
Every format
| HEX | #2cffb0 |
| RGB | rgb(44, 255, 176) |
| HSL | hsl(158, 100%, 59%) |
| CMYK | cmyk(83%, 0%, 31%, 0%) |
| LAB | lab(89.5 -66.0 24.3) |
| LCH | lch(89.5 70.3 159.8) |
| OKLCH | oklch(0.886 0.190 161.1) |
Copy-ready code
/* CSS */
color: #2cffb0;
background-color: #2cffb0;
/* Tailwind (arbitrary) */
class="text-[#2cffb0] bg-[#2cffb0]"
/* SCSS */
$brand: #2cffb0;
/* SwiftUI */
Color(red: 0.173, green: 1.000, blue: 0.690)
/* Android */
Color.parseColor("#2cffb0")Accessibility — WCAG contrast
Aa
#2cffb0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cffb0 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green100.0%
Blue69.0%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow31.0%
Key (black)0.0%
Color previews
#2cffb0 text on a black background
contrast 16.04:1
Card sample
#2cffb0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cffb0;
Background color
Panel with #2cffb0 background
background-color: #2cffb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cffb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 255, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 255, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cffb0; background: linear-gradient(135deg, #2cffb0, #2CC1FF);