Sea Green
#219159
GreenColor Codes
All color formats for development
HEX
#219159RGB
rgb(33, 145, 89)HSL
hsl(150, 63%, 35%)OKLCH
oklch(0.582 0.13 155.9)CMYK
cmyk(77%, 0%, 39%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8350
2#1A7447
3#17663E
4#145736
5#11492D
6#0D3A24
7#0A2C1B
8#071D12
9#030F09
Tints
Lighter variations
1#27AC6A
2#2DC87A
3#42D48B
4#5DDA9C
5#78E0AC
6#93E6BD
7#AEEDCD
8#C9F3DE
9#E4F9EE
Tones
Muted variations
1#278C59
2#2C8659
3#328159
4#387B59
5#3D7559
6#437059
7#486A59
8#4E6459
9#545F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB770 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186840 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | 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: #F3FCF7;
--sea-green-100: #E2F8ED;
--sea-green-200: #C9F3DE;
--sea-green-300: #9FE9C4;
--sea-green-400: #6EDEA6;
--sea-green-500: #44D58C;
--sea-green-600: #2AB770;
--sea-green-700: #219159;
--sea-green-800: #186840;
--sea-green-900: #0F4329;
--sea-green-950: #092A1A;
}