#29ffaf
a balanced, electric green · cool · closest name: aquamarine
RGB
41, 255, 175
HSL
158°, 100%, 58%
CMYK
84, 0, 31, 0
Luminance
0.7509
Every format
| HEX | #29ffaf |
| RGB | rgb(41, 255, 175) |
| HSL | hsl(158, 100%, 58%) |
| CMYK | cmyk(84%, 0%, 31%, 0%) |
| LAB | lab(89.4 -66.5 24.8) |
| LCH | lch(89.4 70.9 159.6) |
| OKLCH | oklch(0.886 0.191 160.9) |
Copy-ready code
/* CSS */
color: #29ffaf;
background-color: #29ffaf;
/* Tailwind (arbitrary) */
class="text-[#29ffaf] bg-[#29ffaf]"
/* SCSS */
$brand: #29ffaf;
/* SwiftUI */
Color(red: 0.161, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#29ffaf")Accessibility — WCAG contrast
Aa
#29ffaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29ffaf on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green100.0%
Blue68.6%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#29ffaf text on a black background
contrast 16.02:1
Card sample
#29ffaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29ffaf;
Background color
Panel with #29ffaf background
background-color: #29ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29ffaf; background: linear-gradient(135deg, #29ffaf, #29C0FF);