#29eada
a balanced, electric cyan · cool · closest name: turquoise
RGB
41, 234, 218
HSL
175°, 82%, 54%
CMYK
83, 0, 7, 8
Luminance
0.6438
Every format
| HEX | #29eada |
| RGB | rgb(41, 234, 218) |
| HSL | hsl(175, 82%, 54%) |
| CMYK | cmyk(83%, 0%, 7%, 8%) |
| LAB | lab(84.2 -47.9 -5.1) |
| LCH | lch(84.2 48.2 186.1) |
| OKLCH | oklch(0.846 0.143 185.9) |
Copy-ready code
/* CSS */
color: #29eada;
background-color: #29eada;
/* Tailwind (arbitrary) */
class="text-[#29eada] bg-[#29eada]"
/* SCSS */
$brand: #29eada;
/* SwiftUI */
Color(red: 0.161, green: 0.918, blue: 0.855)
/* Android */
Color.parseColor("#29eada")Accessibility — WCAG contrast
Aa
#29eada on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29eada on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green91.8%
Blue85.5%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow6.8%
Key (black)8.2%
Color previews
#29eada text on a black background
contrast 13.88:1
Card sample
#29eada text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29eada;
Background color
Panel with #29eada background
background-color: #29eada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29eada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 234, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 234, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29eada; background: linear-gradient(135deg, #29eada, #2979EA);