Sea Green
#13A059
GreenColor Codes
All color formats for development
HEX
#13A059RGB
rgb(19, 160, 89)HSL
hsl(150, 79%, 35%)OKLCH
oklch(0.621 0.153 153.7)CMYK
cmyk(88%, 0%, 44%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119050
2#0F8047
3#0D703E
4#0B6036
5#09502D
6#074024
7#06301B
8#042012
9#021009
Tints
Lighter variations
1#16BD6A
2#1ADB7A
3#2FE78B
4#4DEA9C
5#6BEEAC
6#88F1BD
7#A6F5CD
8#C4F8DE
9#E1FCEE
Tones
Muted variations
1#1A9959
2#219259
3#288B59
4#2F8459
5#367D59
6#3D7559
7#446E59
8#4B6759
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA6 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E78C | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C970 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7240 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094929 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF7;
--sea-green-100: #DFFBED;
--sea-green-200: #C4F8DE;
--sea-green-300: #96F3C4;
--sea-green-400: #5FECA6;
--sea-green-500: #32E78C;
--sea-green-600: #18C970;
--sea-green-700: #13A059;
--sea-green-800: #0D7240;
--sea-green-900: #094929;
--sea-green-950: #052E1A;
}