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