#29fdba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
41, 253, 186
HSL
161°, 98%, 58%
CMYK
84, 0, 27, 1
Luminance
0.7427
Every format
| HEX | #29fdba |
| RGB | rgb(41, 253, 186) |
| HSL | hsl(161, 98%, 58%) |
| CMYK | cmyk(84%, 0%, 27%, 1%) |
| LAB | lab(89.0 -63.4 18.6) |
| LCH | lch(89.0 66.0 163.6) |
| OKLCH | oklch(0.883 0.180 164.7) |
Copy-ready code
/* CSS */
color: #29fdba;
background-color: #29fdba;
/* Tailwind (arbitrary) */
class="text-[#29fdba] bg-[#29fdba]"
/* SCSS */
$brand: #29fdba;
/* SwiftUI */
Color(red: 0.161, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#29fdba")Accessibility — WCAG contrast
Aa
#29fdba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29fdba on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green99.2%
Blue72.9%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#29fdba text on a black background
contrast 15.85:1
Card sample
#29fdba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29fdba;
Background color
Panel with #29fdba background
background-color: #29fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29fdba; background: linear-gradient(135deg, #29fdba, #29B3FD);