Sea Green
#159E6C
GreenColor Codes
All color formats for development
HEX
#159E6CRGB
rgb(21, 158, 108)HSL
hsl(158, 77%, 35%)OKLCH
oklch(0.62 0.133 161.4)CMYK
cmyk(87%, 0%, 32%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E61
2#107E56
3#0E6F4B
4#0C5F41
5#0A4F36
6#083F2B
7#062F20
8#042016
9#02100B
Tints
Lighter variations
1#18BB80
2#1CD994
3#32E4A3
4#4FE8B0
5#6CECBD
6#8AF0CA
7#A7F4D7
8#C4F7E5
9#E2FBF2
Tones
Muted variations
1#1B976A
2#229068
3#298966
4#308264
5#377C62
6#3E7561
7#456E5F
8#4C675D
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094831 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF1;
--sea-green-200: #C4F7E5;
--sea-green-300: #97F2D0;
--sea-green-400: #61EAB8;
--sea-green-500: #34E5A4;
--sea-green-600: #1AC787;
--sea-green-700: #159E6C;
--sea-green-800: #0F714D;
--sea-green-900: #094831;
--sea-green-950: #062D1F;
}