Sea Green
#1F9363
GreenColor Codes
All color formats for development
HEX
#1F9363RGB
rgb(31, 147, 99)HSL
hsl(155, 65%, 35%)OKLCH
oklch(0.589 0.124 160)CMYK
cmyk(79%, 0%, 33%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8559
2#19764F
3#166745
4#13583B
5#104A31
6#0C3B28
7#092C1E
8#061D14
9#030F0A
Tints
Lighter variations
1#25AF75
2#2BCA88
3#40D698
4#5BDCA6
5#76E2B5
6#92E8C4
7#ADEED3
8#C8F3E1
9#E4F9F0
Tones
Muted variations
1#258D62
2#2B8861
3#318260
4#367C5F
5#3C765E
6#42705D
7#486B5C
8#4E655B
9#535F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEACB | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0AF | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D799 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B97C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E2F9EF;
--sea-green-200: #C8F3E1;
--sea-green-300: #9EEACB;
--sea-green-400: #6CE0AF;
--sea-green-500: #42D799;
--sea-green-600: #27B97C;
--sea-green-700: #1F9363;
--sea-green-800: #166947;
--sea-green-900: #0E432D;
--sea-green-950: #092A1C;
}