Sea Green
#209250
GreenColor Codes
All color formats for development
HEX
#209250RGB
rgb(32, 146, 80)HSL
hsl(145, 64%, 35%)OKLCH
oklch(0.583 0.14 152.4)CMYK
cmyk(78%, 0%, 45%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8448
2#1A7540
3#166638
4#135830
5#104928
6#0D3B20
7#0A2C18
8#061D10
9#030F08
Tints
Lighter variations
1#26AE5F
2#2CC96D
3#41D57F
4#5CDB91
5#77E1A3
6#92E7B6
7#ADEDC8
8#C9F3DA
9#E4F9ED
Tones
Muted variations
1#268D51
2#2C8752
3#318153
4#377C54
5#3D7654
6#427055
7#486A56
8#4E6557
9#545F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9C | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209250 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF7;
--sea-green-100: #E2F9EB;
--sea-green-200: #C9F3DA;
--sea-green-300: #9FEABE;
--sea-green-400: #6DDF9C;
--sea-green-500: #43D680;
--sea-green-600: #28B864;
--sea-green-700: #209250;
--sea-green-800: #176939;
--sea-green-900: #0F4324;
--sea-green-950: #092A17;
}