#29eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
41, 237, 223
HSL
176°, 85%, 55%
CMYK
83, 0, 6, 7
Luminance
0.6637
Every format
| HEX | #29eddf |
| RGB | rgb(41, 237, 223) |
| HSL | hsl(176, 85%, 55%) |
| CMYK | cmyk(83%, 0%, 6%, 7%) |
| LAB | lab(85.2 -47.8 -6.2) |
| LCH | lch(85.2 48.2 187.4) |
| OKLCH | oklch(0.855 0.144 187.0) |
Copy-ready code
/* CSS */
color: #29eddf;
background-color: #29eddf;
/* Tailwind (arbitrary) */
class="text-[#29eddf] bg-[#29eddf]"
/* SCSS */
$brand: #29eddf;
/* SwiftUI */
Color(red: 0.161, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#29eddf")Accessibility — WCAG contrast
Aa
#29eddf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29eddf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green92.9%
Blue87.5%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#29eddf text on a black background
contrast 14.27:1
Card sample
#29eddf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29eddf;
Background color
Panel with #29eddf background
background-color: #29eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29eddf; background: linear-gradient(135deg, #29eddf, #2978ED);