Sea Green
#1F9369
GreenColor Codes
All color formats for development
HEX
#1F9369RGB
rgb(31, 147, 105)HSL
hsl(158, 65%, 35%)OKLCH
oklch(0.591 0.119 163.1)CMYK
cmyk(79%, 0%, 29%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C855E
2#197654
3#166749
4#13583F
5#104A34
6#0C3B2A
7#092C1F
8#061D15
9#030F0A
Tints
Lighter variations
1#25AF7C
2#2BCA90
3#40D69F
4#5BDCAD
5#76E2BA
6#92E8C8
7#ADEED6
8#C8F3E4
9#E4F9F1
Tones
Muted variations
1#258D67
2#2B8866
3#318264
4#367C63
5#3C7661
6#42705F
7#486B5E
8#4E655C
9#535F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEACF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B984 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9369 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16694B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4330 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E2F9F0;
--sea-green-200: #C8F3E4;
--sea-green-300: #9EEACF;
--sea-green-400: #6CE0B5;
--sea-green-500: #42D7A0;
--sea-green-600: #27B984;
--sea-green-700: #1F9369;
--sea-green-800: #16694B;
--sea-green-900: #0E4330;
--sea-green-950: #092A1E;
}