Sea Green
#159E67
GreenColor Codes
All color formats for development
HEX
#159E67RGB
rgb(21, 158, 103)HSL
hsl(156, 77%, 35%)OKLCH
oklch(0.619 0.137 159.2)CMYK
cmyk(87%, 0%, 35%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E5D
2#107E52
3#0E6F48
4#0C5F3E
5#0A4F33
6#083F29
7#062F1F
8#042015
9#02100A
Tints
Lighter variations
1#18BB7A
2#1CD98D
3#32E49D
4#4FE8AB
5#6CECB9
6#8AF0C7
7#A7F4D5
8#C4F7E3
9#E2FBF1
Tones
Muted variations
1#1B9766
2#229064
3#298963
4#308261
5#377C60
6#3E755F
7#456E5D
8#4C675C
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E59E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC781 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF0;
--sea-green-200: #C4F7E3;
--sea-green-300: #97F2CD;
--sea-green-400: #61EAB3;
--sea-green-500: #34E59E;
--sea-green-600: #1AC781;
--sea-green-700: #159E67;
--sea-green-800: #0F714A;
--sea-green-900: #09482F;
--sea-green-950: #062D1D;
}