#29ba8f
a dark, vivid cyan · cool · closest name: seagreen
RGB
41, 186, 143
HSL
162°, 64%, 45%
CMYK
78, 0, 23, 27
Luminance
0.3757
Every format
| HEX | #29ba8f |
| RGB | rgb(41, 186, 143) |
| HSL | hsl(162, 64%, 45%) |
| CMYK | cmyk(78%, 0%, 23%, 27%) |
| LAB | lab(67.7 -47.3 11.3) |
| LCH | lch(67.7 48.6 166.5) |
| OKLCH | oklch(0.705 0.134 167.5) |
Copy-ready code
/* CSS */
color: #29ba8f;
background-color: #29ba8f;
/* Tailwind (arbitrary) */
class="text-[#29ba8f] bg-[#29ba8f]"
/* SCSS */
$brand: #29ba8f;
/* SwiftUI */
Color(red: 0.161, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#29ba8f")Accessibility — WCAG contrast
Aa
#29ba8f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29ba8f on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green72.9%
Blue56.1%
CMYK percentages
Cyan78.0%
Magenta0.0%
Yellow23.1%
Key (black)27.1%
Color previews
#29ba8f text on a black background
contrast 8.51:1
Card sample
#29ba8f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29ba8f;
Background color
Panel with #29ba8f background
background-color: #29ba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29ba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29ba8f; background: linear-gradient(135deg, #29ba8f, #2984BA);