#29a388
a dark, vivid cyan · cool · closest name: seagreen
RGB
41, 163, 136
HSL
167°, 60%, 40%
CMYK
75, 0, 17, 36
Luminance
0.2844
Every format
| HEX | #29a388 |
| RGB | rgb(41, 163, 136) |
| HSL | hsl(167, 60%, 40%) |
| CMYK | cmyk(75%, 0%, 17%, 36%) |
| LAB | lab(60.3 -39.3 4.6) |
| LCH | lch(60.3 39.6 173.3) |
| OKLCH | oklch(0.644 0.112 174.0) |
Copy-ready code
/* CSS */
color: #29a388;
background-color: #29a388;
/* Tailwind (arbitrary) */
class="text-[#29a388] bg-[#29a388]"
/* SCSS */
$brand: #29a388;
/* SwiftUI */
Color(red: 0.161, green: 0.639, blue: 0.533)
/* Android */
Color.parseColor("#29a388")Accessibility — WCAG contrast
Aa
#29a388 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#29a388 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green63.9%
Blue53.3%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow16.6%
Key (black)36.1%
Color previews
#29a388 text on a black background
contrast 6.69:1
Card sample
#29a388 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29a388;
Background color
Panel with #29a388 background
background-color: #29a388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29a388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 163, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 163, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29a388; background: linear-gradient(135deg, #29a388, #296DA3);