Sea Green
#1E9467
GreenColor Codes
All color formats for development
HEX
#1E9467RGB
rgb(30, 148, 103)HSL
hsl(157, 66%, 35%)OKLCH
oklch(0.593 0.122 161.8)CMYK
cmyk(80%, 0%, 30%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B855D
2#187752
3#156848
4#12593E
5#0F4A33
6#0C3B29
7#092C1F
8#061E15
9#030F0A
Tints
Lighter variations
1#24B07A
2#2ACB8D
3#3ED89D
4#5ADDAB
5#75E3B9
6#91E8C7
7#ACEED5
8#C8F4E3
9#E3F9F1
Tones
Muted variations
1#248E66
2#2A8864
3#308263
4#367D61
5#3C7760
6#42715F
7#486B5D
8#4D655C
9#535F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBCD | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D89E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E1F9F0;
--sea-green-200: #C8F4E3;
--sea-green-300: #9EEBCD;
--sea-green-400: #6BE1B3;
--sea-green-500: #41D89E;
--sea-green-600: #26BA81;
--sea-green-700: #1E9467;
--sea-green-800: #166A4A;
--sea-green-900: #0E442F;
--sea-green-950: #092A1D;
}