Sea Green
#20924A
GreenColor Codes
All color formats for development
HEX
#20924ARGB
rgb(32, 146, 74)HSL
hsl(142, 64%, 35%)OKLCH
oklch(0.582 0.146 150.5)CMYK
cmyk(78%, 0%, 49%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8443
2#1A753B
3#166634
4#13582C
5#104925
6#0D3B1E
7#0A2C16
8#061D0F
9#030F07
Tints
Lighter variations
1#26AE58
2#2CC966
3#41D577
4#5CDB8B
5#77E19E
6#92E7B1
7#ADEDC5
8#C9F3D8
9#E4F9EC
Tones
Muted variations
1#268D4C
2#2C874D
3#31814F
4#377C50
5#3D7652
6#427053
7#486A55
8#4E6556
9#545F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF97 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D679 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176935 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9EA;
--sea-green-200: #C9F3D8;
--sea-green-300: #9FEABA;
--sea-green-400: #6DDF97;
--sea-green-500: #43D679;
--sea-green-600: #28B85D;
--sea-green-700: #20924A;
--sea-green-800: #176935;
--sea-green-900: #0F4322;
--sea-green-950: #092A15;
}