#29ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
41, 235, 223
HSL
176°, 83%, 54%
CMYK
83, 0, 5, 8
Luminance
0.6522
Every format
| HEX | #29ebdf |
| RGB | rgb(41, 235, 223) |
| HSL | hsl(176, 83%, 54%) |
| CMYK | cmyk(83%, 0%, 5%, 8%) |
| LAB | lab(84.6 -47.0 -7.1) |
| LCH | lch(84.6 47.5 188.6) |
| OKLCH | oklch(0.850 0.142 188.1) |
Copy-ready code
/* CSS */
color: #29ebdf;
background-color: #29ebdf;
/* Tailwind (arbitrary) */
class="text-[#29ebdf] bg-[#29ebdf]"
/* SCSS */
$brand: #29ebdf;
/* SwiftUI */
Color(red: 0.161, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#29ebdf")Accessibility — WCAG contrast
Aa
#29ebdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29ebdf on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green92.2%
Blue87.5%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#29ebdf text on a black background
contrast 14.04:1
Card sample
#29ebdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29ebdf;
Background color
Panel with #29ebdf background
background-color: #29ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29ebdf; background: linear-gradient(135deg, #29ebdf, #2976EB);