#29ffdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
41, 255, 223
HSL
171°, 100%, 58%
CMYK
84, 0, 13, 0
Luminance
0.7732
Every format
| HEX | #29ffdf |
| RGB | rgb(41, 255, 223) |
| HSL | hsl(171, 100%, 58%) |
| CMYK | cmyk(84%, 0%, 13%, 0%) |
| LAB | lab(90.5 -55.3 1.5) |
| LCH | lch(90.5 55.3 178.4) |
| OKLCH | oklch(0.898 0.159 178.9) |
Copy-ready code
/* CSS */
color: #29ffdf;
background-color: #29ffdf;
/* Tailwind (arbitrary) */
class="text-[#29ffdf] bg-[#29ffdf]"
/* SCSS */
$brand: #29ffdf;
/* SwiftUI */
Color(red: 0.161, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#29ffdf")Accessibility — WCAG contrast
Aa
#29ffdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29ffdf on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green100.0%
Blue87.5%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#29ffdf text on a black background
contrast 16.46:1
Card sample
#29ffdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29ffdf;
Background color
Panel with #29ffdf background
background-color: #29ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29ffdf; background: linear-gradient(135deg, #29ffdf, #2990FF);