#2ce2a2
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 226, 162
HSL
159°, 76%, 53%
CMYK
81, 0, 28, 11
Luminance
0.5754
Every format
| HEX | #2ce2a2 |
| RGB | rgb(44, 226, 162) |
| HSL | hsl(159, 76%, 53%) |
| CMYK | cmyk(81%, 0%, 28%, 11%) |
| LAB | lab(80.5 -58.3 19.1) |
| LCH | lch(80.5 61.4 161.9) |
| OKLCH | oklch(0.811 0.167 163.0) |
Copy-ready code
/* CSS */
color: #2ce2a2;
background-color: #2ce2a2;
/* Tailwind (arbitrary) */
class="text-[#2ce2a2] bg-[#2ce2a2]"
/* SCSS */
$brand: #2ce2a2;
/* SwiftUI */
Color(red: 0.173, green: 0.886, blue: 0.635)
/* Android */
Color.parseColor("#2ce2a2")Accessibility — WCAG contrast
Aa
#2ce2a2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ce2a2 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green88.6%
Blue63.5%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow28.3%
Key (black)11.4%
Color previews
#2ce2a2 text on a black background
contrast 12.51:1
Card sample
#2ce2a2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ce2a2;
Background color
Panel with #2ce2a2 background
background-color: #2ce2a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ce2a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 226, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 226, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ce2a2; background: linear-gradient(135deg, #2ce2a2, #2CA9E2);