Sea Green
#13A060
GreenColor Codes
All color formats for development
HEX
#13A060RGB
rgb(19, 160, 96)HSL
hsl(153, 79%, 35%)OKLCH
oklch(0.622 0.146 156.1)CMYK
cmyk(88%, 0%, 40%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119057
2#0F804D
3#0D7043
4#0B603A
5#095030
6#074027
7#06301D
8#042013
9#02100A
Tints
Lighter variations
1#16BD72
2#1ADB84
3#2FE794
4#4DEAA3
5#6BEEB3
6#88F1C2
7#A6F5D1
8#C4F8E0
9#E1FCF0
Tones
Muted variations
1#1A9960
2#21925F
3#288B5E
4#2F845D
5#367D5D
6#3D755C
7#446E5B
8#4B675B
9#52605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAD | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E795 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C979 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A060 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF8;
--sea-green-100: #DFFBEF;
--sea-green-200: #C4F8E0;
--sea-green-300: #96F3C9;
--sea-green-400: #5FECAD;
--sea-green-500: #32E795;
--sea-green-600: #18C979;
--sea-green-700: #13A060;
--sea-green-800: #0D7245;
--sea-green-900: #09492C;
--sea-green-950: #052E1C;
}