Sea Green
#1E945B
GreenColor Codes
All color formats for development
HEX
#1E945BRGB
rgb(30, 148, 91)HSL
hsl(151, 66%, 35%)OKLCH
oklch(0.59 0.133 156.2)CMYK
cmyk(80%, 0%, 39%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8552
2#187749
3#156840
4#125937
5#0F4A2E
6#0C3B24
7#092C1B
8#061E12
9#030F09
Tints
Lighter variations
1#24B06C
2#2ACB7D
3#3ED88E
4#5ADD9E
5#75E3AE
6#91E8BE
7#ACEECE
8#C8F4DF
9#E3F9EF
Tones
Muted variations
1#248E5B
2#2A885B
3#30825B
4#367D5A
5#3C775A
6#42715A
7#486B5A
8#4D655A
9#535F59
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 #9EEBC6 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1A8 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D88F | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | 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: #9EEBC6;
--sea-green-400: #6BE1A8;
--sea-green-500: #41D88F;
--sea-green-600: #26BA73;
--sea-green-700: #1E945B;
--sea-green-800: #166A41;
--sea-green-900: #0E442A;
--sea-green-950: #092A1A;
}