Sea Green
#209240
GreenColor Codes
All color formats for development
HEX
#209240RGB
rgb(32, 146, 64)HSL
hsl(137, 64%, 35%)OKLCH
oklch(0.58 0.155 147.9)CMYK
cmyk(78%, 0%, 56%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D843A
2#1A7534
3#16662D
4#135827
5#104920
6#0D3B1A
7#0A2C13
8#061D0D
9#030F06
Tints
Lighter variations
1#26AE4C
2#2CC958
3#41D56B
4#5CDB80
5#77E195
6#92E7AA
7#ADEDBF
8#C9F3D5
9#E4F9EA
Tones
Muted variations
1#268D43
2#2C8745
3#318148
4#377C4A
5#3D764D
6#42704F
7#486A52
8#4E6554
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B851 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209240 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E2F9E8;
--sea-green-200: #C9F3D5;
--sea-green-300: #9FEAB4;
--sea-green-400: #6DDF8D;
--sea-green-500: #43D66C;
--sea-green-600: #28B851;
--sea-green-700: #209240;
--sea-green-800: #17692E;
--sea-green-900: #0F431D;
--sea-green-950: #092A12;
}