#29acaf
a dark, vivid cyan · cool · closest name: teal
RGB
41, 172, 175
HSL
181°, 62%, 42%
CMYK
77, 2, 0, 31
Luminance
0.3307
Every format
| HEX | #29acaf |
| RGB | rgb(41, 172, 175) |
| HSL | hsl(181, 62%, 42%) |
| CMYK | cmyk(77%, 2%, 0%, 31%) |
| LAB | lab(64.2 -32.4 -11.4) |
| LCH | lch(64.2 34.3 199.5) |
| OKLCH | oklch(0.679 0.107 197.3) |
Copy-ready code
/* CSS */
color: #29acaf;
background-color: #29acaf;
/* Tailwind (arbitrary) */
class="text-[#29acaf] bg-[#29acaf]"
/* SCSS */
$brand: #29acaf;
/* SwiftUI */
Color(red: 0.161, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#29acaf")Accessibility — WCAG contrast
Aa
#29acaf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29acaf on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green67.5%
Blue68.6%
CMYK percentages
Cyan76.6%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#29acaf text on a black background
contrast 7.61:1
Card sample
#29acaf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29acaf;
Background color
Panel with #29acaf background
background-color: #29acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29acaf; background: linear-gradient(135deg, #29acaf, #2953AF);