Sea Green
#159D5C
GreenColor Codes
All color formats for development
HEX
#159D5CRGB
rgb(21, 157, 92)HSL
hsl(151, 76%, 35%)OKLCH
oklch(0.614 0.146 155.2)CMYK
cmyk(87%, 0%, 41%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D52
2#117E49
3#0F6E40
4#0D5E37
5#0B4F2E
6#093F25
7#062F1B
8#041F12
9#021009
Tints
Lighter variations
1#19BA6D
2#1DD77E
3#33E38E
4#50E79E
5#6DEBAE
6#8AEFBE
7#A7F3CF
8#C5F7DF
9#E2FBEF
Tones
Muted variations
1#1C965B
2#23905B
3#2A895B
4#31825B
5#377B5A
6#3E745A
7#456E5A
8#4C675A
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C6 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E38F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC573 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7041 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF8;
--sea-green-100: #E0FBEE;
--sea-green-200: #C5F7DF;
--sea-green-300: #98F1C6;
--sea-green-400: #62EAA8;
--sea-green-500: #35E38F;
--sea-green-600: #1BC573;
--sea-green-700: #159D5C;
--sea-green-800: #0F7041;
--sea-green-900: #0A482A;
--sea-green-950: #062D1A;
}