Sea Green
#159E52
GreenColor Codes
All color formats for development
HEX
#159E52RGB
rgb(21, 158, 82)HSL
hsl(147, 77%, 35%)OKLCH
oklch(0.614 0.157 151.9)CMYK
cmyk(87%, 0%, 48%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E4A
2#107E42
3#0E6F3A
4#0C5F31
5#0A4F29
6#083F21
7#062F19
8#042010
9#021008
Tints
Lighter variations
1#18BB62
2#1CD971
3#32E482
4#4FE894
5#6CECA6
6#8AF0B8
7#A7F4C9
8#C4F7DB
9#E2FBED
Tones
Muted variations
1#1B9753
2#229054
3#298954
4#308255
5#377C56
6#3E7557
7#456E57
8#4C6758
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E583 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC768 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094826 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF7;
--sea-green-100: #DFFBEC;
--sea-green-200: #C4F7DB;
--sea-green-300: #97F2C0;
--sea-green-400: #61EA9F;
--sea-green-500: #34E583;
--sea-green-600: #1AC768;
--sea-green-700: #159E52;
--sea-green-800: #0F713B;
--sea-green-900: #094826;
--sea-green-950: #062D18;
}