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