#29afba
a dark, vivid cyan · cool · closest name: teal
RGB
41, 175, 186
HSL
185°, 64%, 45%
CMYK
78, 6, 0, 27
Luminance
0.3468
Every format
| HEX | #29afba |
| RGB | rgb(41, 175, 186) |
| HSL | hsl(185, 64%, 45%) |
| CMYK | cmyk(78%, 6%, 0%, 27%) |
| LAB | lab(65.5 -30.5 -15.6) |
| LCH | lch(65.5 34.3 207.2) |
| OKLCH | oklch(0.691 0.109 203.5) |
Copy-ready code
/* CSS */
color: #29afba;
background-color: #29afba;
/* Tailwind (arbitrary) */
class="text-[#29afba] bg-[#29afba]"
/* SCSS */
$brand: #29afba;
/* SwiftUI */
Color(red: 0.161, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#29afba")Accessibility — WCAG contrast
Aa
#29afba on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29afba on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green68.6%
Blue72.9%
CMYK percentages
Cyan78.0%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#29afba text on a black background
contrast 7.94:1
Card sample
#29afba text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29afba;
Background color
Panel with #29afba background
background-color: #29afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29afba; background: linear-gradient(135deg, #29afba, #294EBA);