Sea Green
#13A067
GreenColor Codes
All color formats for development
HEX
#13A067RGB
rgb(19, 160, 103)HSL
hsl(156, 79%, 35%)OKLCH
oklch(0.624 0.14 158.7)CMYK
cmyk(88%, 0%, 36%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11905D
2#0F8053
3#0D7048
4#0B603E
5#095034
6#074029
7#06301F
8#042015
9#02100A
Tints
Lighter variations
1#16BD7B
2#1ADB8E
3#2FE79D
4#4DEAAB
5#6BEEB9
6#88F1C7
7#A6F5D5
8#C4F8E3
9#E1FCF1
Tones
Muted variations
1#1A9966
2#219265
3#288B63
4#2F8462
5#367D60
6#3D755F
7#446E5D
8#4B675C
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB4 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79E | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF0;
--sea-green-200: #C4F8E3;
--sea-green-300: #96F3CE;
--sea-green-400: #5FECB4;
--sea-green-500: #32E79E;
--sea-green-600: #18C982;
--sea-green-700: #13A067;
--sea-green-800: #0D724A;
--sea-green-900: #09492F;
--sea-green-950: #052E1E;
}