Sea Green
#159D49
GreenColor Codes
All color formats for development
HEX
#159D49RGB
rgb(21, 157, 73)HSL
hsl(143, 76%, 35%)OKLCH
oklch(0.61 0.163 149.7)CMYK
cmyk(87%, 0%, 54%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D42
2#117E3B
3#0F6E33
4#0D5E2C
5#0B4F25
6#093F1D
7#062F16
8#041F0F
9#021007
Tints
Lighter variations
1#19BA57
2#1DD765
3#33E376
4#50E78A
5#6DEB9D
6#8AEFB1
7#A7F3C4
8#C5F7D8
9#E2FBEB
Tones
Muted variations
1#1C964B
2#23904D
3#2A894E
4#318250
5#377B51
6#3E7453
7#456E55
8#4C6756
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA96 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E378 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7034 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4822 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E0FBEA;
--sea-green-200: #C5F7D8;
--sea-green-300: #98F1BA;
--sea-green-400: #62EA96;
--sea-green-500: #35E378;
--sea-green-600: #1BC55C;
--sea-green-700: #159D49;
--sea-green-800: #0F7034;
--sea-green-900: #0A4822;
--sea-green-950: #062D15;
}