Sea Green
#159E42
GreenColor Codes
All color formats for development
HEX
#159E42RGB
rgb(21, 158, 66)HSL
hsl(140, 77%, 35%)OKLCH
oklch(0.612 0.171 148)CMYK
cmyk(87%, 0%, 58%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E3C
2#107E35
3#0E6F2E
4#0C5F28
5#0A4F21
6#083F1B
7#062F14
8#04200D
9#021007
Tints
Lighter variations
1#18BB4F
2#1CD95B
3#32E46D
4#4FE882
5#6CEC97
6#8AF0AC
7#A7F4C1
8#C4F7D5
9#E2FBEA
Tones
Muted variations
1#1B9745
2#229047
3#298949
4#30824C
5#377C4E
6#3E7550
7#456E52
8#4C6755
9#526057
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E56F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC753 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE9;
--sea-green-200: #C4F7D5;
--sea-green-300: #97F2B5;
--sea-green-400: #61EA8F;
--sea-green-500: #34E56F;
--sea-green-600: #1AC753;
--sea-green-700: #159E42;
--sea-green-800: #0F712F;
--sea-green-900: #09481E;
--sea-green-950: #062D13;
}