Sea Green
#20924E
GreenColor Codes
All color formats for development
HEX
#20924ERGB
rgb(32, 146, 78)HSL
hsl(144, 64%, 35%)OKLCH
oklch(0.583 0.142 151.8)CMYK
cmyk(78%, 0%, 47%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8446
2#1A753E
3#166636
4#13582F
5#104927
6#0D3B1F
7#0A2C17
8#061D10
9#030F08
Tints
Lighter variations
1#26AE5C
2#2CC96B
3#41D57C
4#5CDB8F
5#77E1A2
6#92E7B4
7#ADEDC7
8#C9F3DA
9#E4F9EC
Tones
Muted variations
1#268D4F
2#2C8750
3#318151
4#377C52
5#3D7654
6#427055
7#486A56
8#4E6557
9#545F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176938 | 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: #F2FCF6;
--sea-green-100: #E2F9EB;
--sea-green-200: #C9F3DA;
--sea-green-300: #9FEABD;
--sea-green-400: #6DDF9A;
--sea-green-500: #43D67E;
--sea-green-600: #28B862;
--sea-green-700: #20924E;
--sea-green-800: #176938;
--sea-green-900: #0F4324;
--sea-green-950: #092A16;
}