#2e8b57
a dark, vivid green · cool · “seagreen”
RGB
46, 139, 87
HSL
147°, 50%, 36%
CMYK
67, 0, 37, 46
Luminance
0.1973
Every format
| HEX | #2e8b57 |
| RGB | rgb(46, 139, 87) |
| HSL | hsl(147, 50%, 36%) |
| CMYK | cmyk(67%, 0%, 37%, 46%) |
| LAB | lab(51.5 -39.7 20.1) |
| LCH | lch(51.5 44.5 153.2) |
| OKLCH | oklch(0.569 0.119 154.9) |
Copy-ready code
/* CSS */
color: #2e8b57;
background-color: #2e8b57;
/* Tailwind (arbitrary) */
class="text-[#2e8b57] bg-[#2e8b57]"
/* SCSS */
$brand: #2e8b57;
/* SwiftUI */
Color(red: 0.180, green: 0.545, blue: 0.341)
/* Android */
Color.parseColor("#2e8b57")Accessibility — WCAG contrast
Aa
#2e8b57 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2e8b57 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green54.5%
Blue34.1%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow37.4%
Key (black)45.5%
Color previews
#2e8b57 text on a black background
contrast 4.95:1
Card sample
#2e8b57 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e8b57;
Background color
Panel with #2e8b57 background
background-color: #2e8b57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e8b57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 139, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 139, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e8b57; background: linear-gradient(135deg, #2e8b57, #2E818B);