Sea Green
#13A065
GreenColor Codes
All color formats for development
HEX
#13A065RGB
rgb(19, 160, 101)HSL
hsl(155, 79%, 35%)OKLCH
oklch(0.623 0.142 157.9)CMYK
cmyk(88%, 0%, 37%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11905B
2#0F8051
3#0D7047
4#0B603D
5#095033
6#074028
7#06301E
8#042014
9#02100A
Tints
Lighter variations
1#16BD78
2#1ADB8B
3#2FE79A
4#4DEAA9
5#6BEEB7
6#88F1C5
7#A6F5D4
8#C4F8E2
9#E1FCF1
Tones
Muted variations
1#1A9964
2#219263
3#288B61
4#2F8460
5#367D5F
6#3D755E
7#446E5D
8#4B675C
9#52605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C97F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7248 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF8;
--sea-green-100: #DFFBF0;
--sea-green-200: #C4F8E2;
--sea-green-300: #96F3CC;
--sea-green-400: #5FECB2;
--sea-green-500: #32E79B;
--sea-green-600: #18C97F;
--sea-green-700: #13A065;
--sea-green-800: #0D7248;
--sea-green-900: #09492E;
--sea-green-950: #052E1D;
}