Sea Green
#20924C
GreenColor Codes
All color formats for development
HEX
#20924CRGB
rgb(32, 146, 76)HSL
hsl(143, 64%, 35%)OKLCH
oklch(0.582 0.144 151.1)CMYK
cmyk(78%, 0%, 48%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8444
2#1A753D
3#166635
4#13582E
5#104926
6#0D3B1E
7#0A2C17
8#061D0F
9#030F08
Tints
Lighter variations
1#26AE5A
2#2CC968
3#41D57A
4#5CDB8D
5#77E1A0
6#92E7B3
7#ADEDC6
8#C9F3D9
9#E4F9EC
Tones
Muted variations
1#268D4D
2#2C874F
3#318150
4#377C51
5#3D7653
6#427054
7#486A55
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 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABC | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF98 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176936 | 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: #F2FCF6;
--sea-green-100: #E2F9EA;
--sea-green-200: #C9F3D9;
--sea-green-300: #9FEABC;
--sea-green-400: #6DDF98;
--sea-green-500: #43D67B;
--sea-green-600: #28B85F;
--sea-green-700: #20924C;
--sea-green-800: #176936;
--sea-green-900: #0F4323;
--sea-green-950: #092A16;
}