Sea Green
#1F9342
GreenColor Codes
All color formats for development
HEX
#1F9342RGB
rgb(31, 147, 66)HSL
hsl(138, 65%, 35%)OKLCH
oklch(0.583 0.155 148.4)CMYK
cmyk(79%, 0%, 55%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C853B
2#197635
3#16672E
4#135828
5#104A21
6#0C3B1A
7#092C14
8#061D0D
9#030F07
Tints
Lighter variations
1#25AF4E
2#2BCA5B
3#40D66D
4#5BDC82
5#76E297
6#92E8AB
7#ADEEC0
8#C8F3D5
9#E4F9EA
Tones
Muted variations
1#258D44
2#2B8847
3#318249
4#367C4B
5#3C764E
6#427050
7#486B52
8#4E6555
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08F | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D76E | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B953 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9342 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E2F9E9;
--sea-green-200: #C8F3D5;
--sea-green-300: #9EEAB5;
--sea-green-400: #6CE08F;
--sea-green-500: #42D76E;
--sea-green-600: #27B953;
--sea-green-700: #1F9342;
--sea-green-800: #16692F;
--sea-green-900: #0E431E;
--sea-green-950: #092A13;
}