#29baad
a dark, vivid cyan · cool · closest name: turquoise
RGB
41, 186, 173
HSL
175°, 64%, 45%
CMYK
78, 0, 7, 27
Luminance
0.3861
Every format
| HEX | #29baad |
| RGB | rgb(41, 186, 173) |
| HSL | hsl(175, 64%, 45%) |
| CMYK | cmyk(78%, 0%, 7%, 27%) |
| LAB | lab(68.5 -39.4 -4.0) |
| LCH | lch(68.5 39.6 185.8) |
| OKLCH | oklch(0.714 0.117 185.6) |
Copy-ready code
/* CSS */
color: #29baad;
background-color: #29baad;
/* Tailwind (arbitrary) */
class="text-[#29baad] bg-[#29baad]"
/* SCSS */
$brand: #29baad;
/* SwiftUI */
Color(red: 0.161, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#29baad")Accessibility — WCAG contrast
Aa
#29baad on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29baad on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green72.9%
Blue67.8%
CMYK percentages
Cyan78.0%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#29baad text on a black background
contrast 8.72:1
Card sample
#29baad text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29baad;
Background color
Panel with #29baad background
background-color: #29baad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29baad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29baad; background: linear-gradient(135deg, #29baad, #2966BA);