Sea Green
#1F9346
GreenColor Codes
All color formats for development
HEX
#1F9346RGB
rgb(31, 147, 70)HSL
hsl(140, 65%, 35%)OKLCH
oklch(0.584 0.151 149.4)CMYK
cmyk(79%, 0%, 52%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C853F
2#197638
3#166731
4#13582A
5#104A23
6#0C3B1C
7#092C15
8#061D0E
9#030F07
Tints
Lighter variations
1#25AF53
2#2BCA60
3#40D672
4#5BDC86
5#76E29A
6#92E8AE
7#ADEEC3
8#C8F3D7
9#E4F9EB
Tones
Muted variations
1#258D48
2#2B884A
3#31824C
4#367C4E
5#3C7650
6#427052
7#486B53
8#4E6555
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE092 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D773 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B958 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9346 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9E9;
--sea-green-200: #C8F3D7;
--sea-green-300: #9EEAB8;
--sea-green-400: #6CE092;
--sea-green-500: #42D773;
--sea-green-600: #27B958;
--sea-green-700: #1F9346;
--sea-green-800: #166932;
--sea-green-900: #0E4320;
--sea-green-950: #092A14;
}