Sea Green
#13A050
GreenColor Codes
All color formats for development
HEX
#13A050RGB
rgb(19, 160, 80)HSL
hsl(146, 79%, 35%)OKLCH
oklch(0.619 0.161 151.1)CMYK
cmyk(88%, 0%, 50%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119048
2#0F8040
3#0D7038
4#0B6030
5#095028
6#074020
7#063018
8#042010
9#021008
Tints
Lighter variations
1#16BD5F
2#1ADB6E
3#2FE77F
4#4DEA91
5#6BEEA3
6#88F1B6
7#A6F5C8
8#C4F8DA
9#E1FCED
Tones
Muted variations
1#1A9951
2#219252
3#288B53
4#2F8454
5#367D55
6#3D7555
7#446E56
8#4B6757
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9C | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E780 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C964 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7239 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094925 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF7;
--sea-green-100: #DFFBEB;
--sea-green-200: #C4F8DA;
--sea-green-300: #96F3BE;
--sea-green-400: #5FEC9C;
--sea-green-500: #32E780;
--sea-green-600: #18C964;
--sea-green-700: #13A050;
--sea-green-800: #0D7239;
--sea-green-900: #094925;
--sea-green-950: #052E17;
}