Sea Green
#21914E
GreenColor Codes
All color formats for development
HEX
#21914ERGB
rgb(33, 145, 78)HSL
hsl(144, 63%, 35%)OKLCH
oklch(0.58 0.14 151.8)CMYK
cmyk(77%, 0%, 46%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8346
2#1A743E
3#176637
4#14572F
5#114927
6#0D3A1F
7#0A2C17
8#071D10
9#030F08
Tints
Lighter variations
1#27AC5C
2#2DC86B
3#42D47C
4#5DDA8F
5#78E0A2
6#93E6B4
7#AEEDC7
8#C9F3DA
9#E4F9EC
Tones
Muted variations
1#278C4F
2#2C8650
3#328151
4#387B53
5#3D7554
6#437055
7#486A56
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 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE9B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | 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: #C9F3DA;
--sea-green-300: #9FE9BD;
--sea-green-400: #6EDE9B;
--sea-green-500: #44D57E;
--sea-green-600: #2AB762;
--sea-green-700: #21914E;
--sea-green-800: #186838;
--sea-green-900: #0F4324;
--sea-green-950: #092A16;
}