#29fdac
a balanced, electric green · cool · closest name: aquamarine
RGB
41, 253, 172
HSL
157°, 98%, 58%
CMYK
84, 0, 32, 1
Luminance
0.7370
Every format
| HEX | #29fdac |
| RGB | rgb(41, 253, 172) |
| HSL | hsl(157, 98%, 58%) |
| CMYK | cmyk(84%, 0%, 32%, 1%) |
| LAB | lab(88.8 -66.4 25.4) |
| LCH | lch(88.8 71.1 159.1) |
| OKLCH | oklch(0.880 0.191 160.4) |
Copy-ready code
/* CSS */
color: #29fdac;
background-color: #29fdac;
/* Tailwind (arbitrary) */
class="text-[#29fdac] bg-[#29fdac]"
/* SCSS */
$brand: #29fdac;
/* SwiftUI */
Color(red: 0.161, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#29fdac")Accessibility — WCAG contrast
Aa
#29fdac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29fdac on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green99.2%
Blue67.5%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#29fdac text on a black background
contrast 15.74:1
Card sample
#29fdac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29fdac;
Background color
Panel with #29fdac background
background-color: #29fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29fdac; background: linear-gradient(135deg, #29fdac, #29C0FD);