#2a9369
a dark, vivid green · cool · closest name: seagreen
RGB
42, 147, 105
HSL
156°, 56%, 37%
CMYK
71, 0, 29, 42
Luminance
0.2238
Every format
| HEX | #2a9369 |
| RGB | rgb(42, 147, 105) |
| HSL | hsl(156, 56%, 37%) |
| CMYK | cmyk(71%, 0%, 29%, 42%) |
| LAB | lab(54.4 -39.9 13.8) |
| LCH | lch(54.4 42.2 160.9) |
| OKLCH | oklch(0.593 0.115 162.1) |
Copy-ready code
/* CSS */
color: #2a9369;
background-color: #2a9369;
/* Tailwind (arbitrary) */
class="text-[#2a9369] bg-[#2a9369]"
/* SCSS */
$brand: #2a9369;
/* SwiftUI */
Color(red: 0.165, green: 0.576, blue: 0.412)
/* Android */
Color.parseColor("#2a9369")Accessibility — WCAG contrast
Aa
#2a9369 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2a9369 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green57.6%
Blue41.2%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow28.6%
Key (black)42.4%
Color previews
#2a9369 text on a black background
contrast 5.48:1
Card sample
#2a9369 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a9369;
Background color
Panel with #2a9369 background
background-color: #2a9369;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a9369;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 147, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 147, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a9369; background: linear-gradient(135deg, #2a9369, #2A7793);