#29a3a3
a dark, vivid cyan · cool · closest name: teal
RGB
41, 163, 163
HSL
180°, 60%, 40%
CMYK
75, 0, 0, 36
Luminance
0.2931
Every format
| HEX | #29a3a3 |
| RGB | rgb(41, 163, 163) |
| HSL | hsl(180, 60%, 40%) |
| CMYK | cmyk(75%, 0%, 0%, 36%) |
| LAB | lab(61.0 -31.7 -9.4) |
| LCH | lch(61.0 33.1 196.6) |
| OKLCH | oklch(0.652 0.102 194.9) |
Copy-ready code
/* CSS */
color: #29a3a3;
background-color: #29a3a3;
/* Tailwind (arbitrary) */
class="text-[#29a3a3] bg-[#29a3a3]"
/* SCSS */
$brand: #29a3a3;
/* SwiftUI */
Color(red: 0.161, green: 0.639, blue: 0.639)
/* Android */
Color.parseColor("#29a3a3")Accessibility — WCAG contrast
Aa
#29a3a3 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#29a3a3 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green63.9%
Blue63.9%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow0.0%
Key (black)36.1%
Color previews
#29a3a3 text on a black background
contrast 6.86:1
Card sample
#29a3a3 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29a3a3;
Background color
Panel with #29a3a3 background
background-color: #29a3a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29a3a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 163, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 163, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29a3a3; background: linear-gradient(135deg, #29a3a3, #2952A3);