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