Sea Green
#159D62
GreenColor Codes
All color formats for development
HEX
#159D62RGB
rgb(21, 157, 98)HSL
hsl(154, 76%, 35%)OKLCH
oklch(0.615 0.14 157.4)CMYK
cmyk(87%, 0%, 38%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D58
2#117E4F
3#0F6E45
4#0D5E3B
5#0B4F31
6#093F27
7#062F1D
8#041F14
9#02100A
Tints
Lighter variations
1#19BA75
2#1DD787
3#33E397
4#50E7A6
5#6DEBB5
6#8AEFC3
7#A7F3D2
8#C5F7E1
9#E2FBF0
Tones
Muted variations
1#1C9661
2#239060
3#2A8960
4#31825F
5#377B5E
6#3E745D
7#456E5C
8#4C675B
9#52605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAF | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF8;
--sea-green-100: #E0FBEF;
--sea-green-200: #C5F7E1;
--sea-green-300: #98F1CA;
--sea-green-400: #62EAAF;
--sea-green-500: #35E398;
--sea-green-600: #1BC57C;
--sea-green-700: #159D62;
--sea-green-800: #0F7046;
--sea-green-900: #0A482D;
--sea-green-950: #062D1C;
}