Sea Green
#21914C
GreenColor Codes
All color formats for development
HEX
#21914CRGB
rgb(33, 145, 76)HSL
hsl(143, 63%, 35%)OKLCH
oklch(0.58 0.142 151.2)CMYK
cmyk(77%, 0%, 48%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8345
2#1A743D
3#176635
4#14572E
5#114926
6#0D3A1E
7#0A2C17
8#071D0F
9#030F08
Tints
Lighter variations
1#27AC5A
2#2DC868
3#42D47A
4#5DDA8D
5#78E0A0
6#93E6B3
7#AEEDC6
8#C9F3D9
9#E4F9EC
Tones
Muted variations
1#278C4D
2#2C864F
3#328150
4#387B51
5#3D7553
6#437054
7#486A55
8#4E6457
9#545F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE99 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB760 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186836 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4323 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E2F8EB;
--sea-green-200: #C9F3D9;
--sea-green-300: #9FE9BC;
--sea-green-400: #6EDE99;
--sea-green-500: #44D57B;
--sea-green-600: #2AB760;
--sea-green-700: #21914C;
--sea-green-800: #186836;
--sea-green-900: #0F4323;
--sea-green-950: #092A16;
}