Sea Green
#209242
GreenColor Codes
All color formats for development
HEX
#209242RGB
rgb(32, 146, 66)HSL
hsl(138, 64%, 35%)OKLCH
oklch(0.581 0.153 148.4)CMYK
cmyk(78%, 0%, 55%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D843C
2#1A7535
3#16662E
4#135828
5#104921
6#0D3B1B
7#0A2C14
8#061D0D
9#030F07
Tints
Lighter variations
1#26AE4F
2#2CC95B
3#41D56D
4#5CDB82
5#77E197
6#92E7AC
7#ADEDC1
8#C9F3D5
9#E4F9EA
Tones
Muted variations
1#268D45
2#2C8747
3#318149
4#377C4C
5#3D764E
6#427050
7#486A52
8#4E6555
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8F | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66F | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B853 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209242 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E2F9E9;
--sea-green-200: #C9F3D5;
--sea-green-300: #9FEAB5;
--sea-green-400: #6DDF8F;
--sea-green-500: #43D66F;
--sea-green-600: #28B853;
--sea-green-700: #209242;
--sea-green-800: #17692F;
--sea-green-900: #0F431E;
--sea-green-950: #092A13;
}