Sea Green
#219173
GreenColor Codes
All color formats for development
HEX
#219173RGB
rgb(33, 145, 115)HSL
hsl(164, 63%, 35%)OKLCH
oklch(0.589 0.107 170)CMYK
cmyk(77%, 0%, 21%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8368
2#1A745C
3#176651
4#145745
5#11493A
6#0D3A2E
7#0A2C23
8#071D17
9#030F0C
Tints
Lighter variations
1#27AC89
2#2DC89E
3#42D4AD
4#5DDAB9
5#78E0C4
6#93E6D0
7#AEEDDC
8#C9F3E8
9#E4F9F3
Tones
Muted variations
1#278C71
2#2C866E
3#32816C
4#387B69
5#3D7566
6#437064
7#486A61
8#4E645E
9#545F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F2;
--sea-green-200: #C9F3E8;
--sea-green-300: #9FE9D6;
--sea-green-400: #6EDEC0;
--sea-green-500: #44D5AE;
--sea-green-600: #2AB791;
--sea-green-700: #219173;
--sea-green-800: #186852;
--sea-green-900: #0F4335;
--sea-green-950: #092A21;
}