#29cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
41, 207, 186
HSL
172°, 67%, 49%
CMYK
80, 0, 10, 19
Luminance
0.4864
Every format
| HEX | #29cfba |
| RGB | rgb(41, 207, 186) |
| HSL | hsl(172, 67%, 49%) |
| CMYK | cmyk(80%, 0%, 10%, 19%) |
| LAB | lab(75.2 -45.1 -1.2) |
| LCH | lch(75.2 45.1 181.5) |
| OKLCH | oklch(0.770 0.131 181.7) |
Copy-ready code
/* CSS */
color: #29cfba;
background-color: #29cfba;
/* Tailwind (arbitrary) */
class="text-[#29cfba] bg-[#29cfba]"
/* SCSS */
$brand: #29cfba;
/* SwiftUI */
Color(red: 0.161, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#29cfba")Accessibility — WCAG contrast
Aa
#29cfba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29cfba on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#29cfba text on a black background
contrast 10.73:1
Card sample
#29cfba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29cfba;
Background color
Panel with #29cfba background
background-color: #29cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29cfba; background: linear-gradient(135deg, #29cfba, #2975CF);