Sea Green
#156A43
GreenColor Codes
All color formats for development
HEX
#156A43RGB
rgb(21, 106, 67)HSL
hsl(152, 67%, 25%)OKLCH
oklch(0.465 0.101 157.8)CMYK
cmyk(80%, 0%, 37%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13603C
2#115535
3#0F4B2F
4#0D4028
5#0B3521
6#082B1B
7#062014
8#04150D
9#020B07
Tints
Lighter variations
1#1B8A57
2#22AA6B
3#28CA7F
4#3FD991
5#5FDFA4
6#7FE6B6
7#9FECC8
8#BFF2DA
9#DFF9ED
Tones
Muted variations
1#196642
2#1E6242
3#225E42
4#265941
5#2A5541
6#2F5141
7#334D41
8#374840
9#3B4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC7 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2AA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD991 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D955D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E1F9EE;
--sea-green-200: #C8F4DF;
--sea-green-300: #9DECC7;
--sea-green-400: #6AE2AA;
--sea-green-500: #3FD991;
--sea-green-600: #25BB75;
--sea-green-700: #1D955D;
--sea-green-800: #156A43;
--sea-green-900: #0D442B;
--sea-green-950: #082B1B;
}