Sea Green
#209248
GreenColor Codes
All color formats for development
HEX
#209248RGB
rgb(32, 146, 72)HSL
hsl(141, 64%, 35%)OKLCH
oklch(0.582 0.148 150)CMYK
cmyk(78%, 0%, 51%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8441
2#1A753A
3#166632
4#13582B
5#104924
6#0D3B1D
7#0A2C16
8#061D0E
9#030F07
Tints
Lighter variations
1#26AE56
2#2CC963
3#41D575
4#5CDB88
5#77E19C
6#92E7B0
7#ADEDC4
8#C9F3D7
9#E4F9EB
Tones
Muted variations
1#268D4A
2#2C874C
3#31814D
4#377C4F
5#3D7651
6#427052
7#486A54
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 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF95 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D676 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209248 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176934 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | 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: #C9F3D7;
--sea-green-300: #9FEAB9;
--sea-green-400: #6DDF95;
--sea-green-500: #43D676;
--sea-green-600: #28B85B;
--sea-green-700: #209248;
--sea-green-800: #176934;
--sea-green-900: #0F4321;
--sea-green-950: #092A15;
}