Sea Green
#159D4E
GreenColor Codes
All color formats for development
HEX
#159D4ERGB
rgb(21, 157, 78)HSL
hsl(145, 76%, 35%)OKLCH
oklch(0.611 0.159 150.9)CMYK
cmyk(87%, 0%, 50%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D46
2#117E3E
3#0F6E37
4#0D5E2F
5#0B4F27
6#093F1F
7#062F17
8#041F10
9#021008
Tints
Lighter variations
1#19BA5C
2#1DD76B
3#33E37C
4#50E78F
5#6DEBA2
6#8AEFB4
7#A7F3C7
8#C5F7DA
9#E2FBEC
Tones
Muted variations
1#1C964F
2#239050
3#2A8951
4#318252
5#377B54
6#3E7455
7#456E56
8#4C6757
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9A | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC562 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4824 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E0FBEB;
--sea-green-200: #C5F7DA;
--sea-green-300: #98F1BD;
--sea-green-400: #62EA9A;
--sea-green-500: #35E37E;
--sea-green-600: #1BC562;
--sea-green-700: #159D4E;
--sea-green-800: #0F7038;
--sea-green-900: #0A4824;
--sea-green-950: #062D16;
}