#29dfad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
41, 223, 173
HSL
164°, 74%, 52%
CMYK
82, 0, 22, 13
Luminance
0.5626
Every format
| HEX | #29dfad |
| RGB | rgb(41, 223, 173) |
| HSL | hsl(164, 74%, 52%) |
| CMYK | cmyk(82%, 0%, 22%, 13%) |
| LAB | lab(79.8 -54.9 12.3) |
| LCH | lch(79.8 56.3 167.4) |
| OKLCH | oklch(0.806 0.155 168.3) |
Copy-ready code
/* CSS */
color: #29dfad;
background-color: #29dfad;
/* Tailwind (arbitrary) */
class="text-[#29dfad] bg-[#29dfad]"
/* SCSS */
$brand: #29dfad;
/* SwiftUI */
Color(red: 0.161, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#29dfad")Accessibility — WCAG contrast
Aa
#29dfad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29dfad on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green87.5%
Blue67.8%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#29dfad text on a black background
contrast 12.25:1
Card sample
#29dfad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29dfad;
Background color
Panel with #29dfad background
background-color: #29dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29dfad; background: linear-gradient(135deg, #29dfad, #2998DF);