Sea Green
#159D43
GreenColor Codes
All color formats for development
HEX
#159D43RGB
rgb(21, 157, 67)HSL
hsl(140, 76%, 35%)OKLCH
oklch(0.609 0.169 148.3)CMYK
cmyk(87%, 0%, 57%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D3C
2#117E35
3#0F6E2F
4#0D5E28
5#0B4F21
6#093F1B
7#062F14
8#041F0D
9#021007
Tints
Lighter variations
1#19BA4F
2#1DD75B
3#33E36E
4#50E782
5#6DEB97
6#8AEFAC
7#A7F3C1
8#C5F7D5
9#E2FBEA
Tones
Muted variations
1#1C9645
2#239047
3#2A8949
4#31824C
5#377B4E
6#3E7450
7#456E52
8#4C6755
9#526057
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E36F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC554 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF5;
--sea-green-100: #E0FBE9;
--sea-green-200: #C5F7D5;
--sea-green-300: #98F1B5;
--sea-green-400: #62EA8F;
--sea-green-500: #35E36F;
--sea-green-600: #1BC554;
--sea-green-700: #159D43;
--sea-green-800: #0F7030;
--sea-green-900: #0A481E;
--sea-green-950: #062D13;
}