#29e788
a balanced, electric green · cool · closest name: aquamarine
RGB
41, 231, 136
HSL
150°, 80%, 53%
CMYK
82, 0, 41, 9
Luminance
0.5940
Every format
| HEX | #29e788 |
| RGB | rgb(41, 231, 136) |
| HSL | hsl(150, 80%, 53%) |
| CMYK | cmyk(82%, 0%, 41%, 9%) |
| LAB | lab(81.5 -65.6 33.8) |
| LCH | lch(81.5 73.8 152.7) |
| OKLCH | oklch(0.818 0.195 154.6) |
Copy-ready code
/* CSS */
color: #29e788;
background-color: #29e788;
/* Tailwind (arbitrary) */
class="text-[#29e788] bg-[#29e788]"
/* SCSS */
$brand: #29e788;
/* SwiftUI */
Color(red: 0.161, green: 0.906, blue: 0.533)
/* Android */
Color.parseColor("#29e788")Accessibility — WCAG contrast
Aa
#29e788 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29e788 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green90.6%
Blue53.3%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow41.1%
Key (black)9.4%
Color previews
#29e788 text on a black background
contrast 12.88:1
Card sample
#29e788 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29e788;
Background color
Panel with #29e788 background
background-color: #29e788;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29e788;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 231, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 231, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29e788; background: linear-gradient(135deg, #29e788, #29C7E7);