Sea Green
#1E945D
GreenColor Codes
All color formats for development
HEX
#1E945DRGB
rgb(30, 148, 93)HSL
hsl(152, 66%, 35%)OKLCH
oklch(0.591 0.131 157.1)CMYK
cmyk(80%, 0%, 37%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8554
2#18774B
3#156841
4#125938
5#0F4A2F
6#0C3B25
7#092C1C
8#061E13
9#030F09
Tints
Lighter variations
1#24B06E
2#2ACB80
3#3ED890
4#5ADDA0
5#75E3B0
6#91E8C0
7#ACEECF
8#C8F4DF
9#E3F9EF
Tones
Muted variations
1#248E5D
2#2A885C
3#30825C
4#367D5C
5#3C775B
6#42715B
7#486B5A
8#4D655A
9#535F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBC7 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1AA | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D891 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E1F9EE;
--sea-green-200: #C8F4DF;
--sea-green-300: #9EEBC7;
--sea-green-400: #6BE1AA;
--sea-green-500: #41D891;
--sea-green-600: #26BA75;
--sea-green-700: #1E945D;
--sea-green-800: #166A43;
--sea-green-900: #0E442B;
--sea-green-950: #092A1B;
}