Sea Green
#159D5E
GreenColor Codes
All color formats for development
HEX
#159D5ERGB
rgb(21, 157, 94)HSL
hsl(152, 76%, 35%)OKLCH
oklch(0.614 0.144 155.9)CMYK
cmyk(87%, 0%, 40%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D54
2#117E4B
3#0F6E42
4#0D5E38
5#0B4F2F
6#093F26
7#062F1C
8#041F13
9#021009
Tints
Lighter variations
1#19BA6F
2#1DD781
3#33E391
4#50E7A1
5#6DEBB0
6#8AEFC0
7#A7F3D0
8#C5F7E0
9#E2FBEF
Tones
Muted variations
1#1C965D
2#23905D
3#2A895C
4#31825C
5#377B5C
6#3E745B
7#456E5B
8#4C675A
9#52605A
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 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E392 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC576 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7043 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | 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: #C5F7E0;
--sea-green-300: #98F1C7;
--sea-green-400: #62EAAA;
--sea-green-500: #35E392;
--sea-green-600: #1BC576;
--sea-green-700: #159D5E;
--sea-green-800: #0F7043;
--sea-green-900: #0A482B;
--sea-green-950: #062D1B;
}