Sea Green
#13A046
GreenColor Codes
All color formats for development
HEX
#13A046RGB
rgb(19, 160, 70)HSL
hsl(142, 79%, 35%)OKLCH
oklch(0.618 0.17 148.8)CMYK
cmyk(88%, 0%, 56%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11903F
2#0F8038
3#0D7031
4#0B602A
5#095023
6#07401C
7#063015
8#04200E
9#021007
Tints
Lighter variations
1#16BD54
2#1ADB61
3#2FE773
4#4DEA87
5#6BEE9B
6#88F1AF
7#A6F5C3
8#C4F8D7
9#E1FCEB
Tones
Muted variations
1#1A9948
2#21924A
3#288B4C
4#2F844E
5#367D50
6#3D7552
7#446E54
8#4B6755
9#526057
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC93 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E774 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C959 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A046 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7232 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094920 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF6;
--sea-green-100: #DFFBE9;
--sea-green-200: #C4F8D7;
--sea-green-300: #96F3B8;
--sea-green-400: #5FEC93;
--sea-green-500: #32E774;
--sea-green-600: #18C959;
--sea-green-700: #13A046;
--sea-green-800: #0D7232;
--sea-green-900: #094920;
--sea-green-950: #052E14;
}