Sea Green
#1F934E
GreenColor Codes
All color formats for development
HEX
#1F934ERGB
rgb(31, 147, 78)HSL
hsl(144, 65%, 35%)OKLCH
oklch(0.585 0.144 151.7)CMYK
cmyk(79%, 0%, 47%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8546
2#19763E
3#166736
4#13582F
5#104A27
6#0C3B1F
7#092C17
8#061D10
9#030F08
Tints
Lighter variations
1#25AF5C
2#2BCA6A
3#40D67C
4#5BDC8F
5#76E2A1
6#92E8B4
7#ADEEC7
8#C8F3DA
9#E4F9EC
Tones
Muted variations
1#258D4F
2#2B8850
3#318251
4#367C52
5#3C7653
6#427055
7#486B56
8#4E6557
9#535F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABD | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE09A | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B962 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F934E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166937 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4323 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9EB;
--sea-green-200: #C8F3DA;
--sea-green-300: #9EEABD;
--sea-green-400: #6CE09A;
--sea-green-500: #42D77D;
--sea-green-600: #27B962;
--sea-green-700: #1F934E;
--sea-green-800: #166937;
--sea-green-900: #0E4323;
--sea-green-950: #092A16;
}