Sea Green
#1F934A
GreenColor Codes
All color formats for development
HEX
#1F934ARGB
rgb(31, 147, 74)HSL
hsl(142, 65%, 35%)OKLCH
oklch(0.584 0.148 150.5)CMYK
cmyk(79%, 0%, 50%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8542
2#19763B
3#166734
4#13582C
5#104A25
6#0C3B1E
7#092C16
8#061D0F
9#030F07
Tints
Lighter variations
1#25AF57
2#2BCA65
3#40D677
4#5BDC8A
5#76E29E
6#92E8B1
7#ADEEC5
8#C8F3D8
9#E4F9EC
Tones
Muted variations
1#258D4B
2#2B884D
3#31824E
4#367C50
5#3C7652
6#427053
7#486B55
8#4E6556
9#535F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE096 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D778 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B95D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F934A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166935 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9EA;
--sea-green-200: #C8F3D8;
--sea-green-300: #9EEABA;
--sea-green-400: #6CE096;
--sea-green-500: #42D778;
--sea-green-600: #27B95D;
--sea-green-700: #1F934A;
--sea-green-800: #166935;
--sea-green-900: #0E4322;
--sea-green-950: #092A15;
}