Sea Green
#13A05C
GreenColor Codes
All color formats for development
HEX
#13A05CRGB
rgb(19, 160, 92)HSL
hsl(151, 79%, 35%)OKLCH
oklch(0.622 0.15 154.7)CMYK
cmyk(88%, 0%, 42%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119052
2#0F8049
3#0D7040
4#0B6037
5#09502E
6#074025
7#06301B
8#042012
9#021009
Tints
Lighter variations
1#16BD6D
2#1ADB7E
3#2FE78E
4#4DEA9E
5#6BEEAE
6#88F1BE
7#A6F5CF
8#C4F8DF
9#E1FCEF
Tones
Muted variations
1#1A995B
2#21925B
3#288B5B
4#2F845B
5#367D5A
6#3D755A
7#446E5A
8#4B675A
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E78F | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C973 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A05C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7241 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | 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: #F1FDF8;
--sea-green-100: #DFFBEE;
--sea-green-200: #C4F8DF;
--sea-green-300: #96F3C6;
--sea-green-400: #5FECA8;
--sea-green-500: #32E78F;
--sea-green-600: #18C973;
--sea-green-700: #13A05C;
--sea-green-800: #0D7241;
--sea-green-900: #09492A;
--sea-green-950: #052E1A;
}