Sea Green
#1E9448
GreenColor Codes
All color formats for development
HEX
#1E9448RGB
rgb(30, 148, 72)HSL
hsl(141, 66%, 35%)OKLCH
oklch(0.587 0.151 149.9)CMYK
cmyk(80%, 0%, 51%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8540
2#187739
3#156832
4#12592B
5#0F4A24
6#0C3B1D
7#092C15
8#061E0E
9#030F07
Tints
Lighter variations
1#24B055
2#2ACB62
3#3ED874
4#5ADD88
5#75E39C
6#91E8B0
7#ACEEC3
8#C8F4D7
9#E3F9EB
Tones
Muted variations
1#248E49
2#2A884B
3#30824D
4#367D4F
5#3C7750
6#427152
7#486B54
8#4D6556
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB9 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE194 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D876 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9448 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4421 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E1F9EA;
--sea-green-200: #C8F4D7;
--sea-green-300: #9EEBB9;
--sea-green-400: #6BE194;
--sea-green-500: #41D876;
--sea-green-600: #26BA5A;
--sea-green-700: #1E9448;
--sea-green-800: #166A33;
--sea-green-900: #0E4421;
--sea-green-950: #092A14;
}