Sea Green
#13A063
GreenColor Codes
All color formats for development
HEX
#13A063RGB
rgb(19, 160, 99)HSL
hsl(154, 79%, 35%)OKLCH
oklch(0.623 0.144 157.2)CMYK
cmyk(88%, 0%, 38%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119059
2#0F804F
3#0D7045
4#0B603B
5#095031
6#074027
7#06301E
8#042014
9#02100A
Tints
Lighter variations
1#16BD75
2#1ADB87
3#2FE797
4#4DEAA6
5#6BEEB5
6#88F1C4
7#A6F5D3
8#C4F8E1
9#E1FCF0
Tones
Muted variations
1#1A9962
2#219261
3#288B60
4#2F845F
5#367D5E
6#3D755D
7#446E5C
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 #C4F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECAF | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C97C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A063 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7246 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492D | 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: #C4F8E1;
--sea-green-300: #96F3CB;
--sea-green-400: #5FECAF;
--sea-green-500: #32E798;
--sea-green-600: #18C97C;
--sea-green-700: #13A063;
--sea-green-800: #0D7246;
--sea-green-900: #09492D;
--sea-green-950: #052E1C;
}