Sea Green
#209263
GreenColor Codes
All color formats for development
HEX
#209263RGB
rgb(32, 146, 99)HSL
hsl(155, 64%, 35%)OKLCH
oklch(0.587 0.122 160.3)CMYK
cmyk(78%, 0%, 32%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8459
2#1A754F
3#166645
4#13583B
5#104931
6#0D3B28
7#0A2C1E
8#061D14
9#030F0A
Tints
Lighter variations
1#26AE75
2#2CC987
3#41D597
4#5CDBA6
5#77E1B5
6#92E7C4
7#ADEDD3
8#C9F3E1
9#E4F9F0
Tones
Muted variations
1#268D62
2#2C8761
3#318160
4#377C5F
5#3D765E
6#42705D
7#486A5C
8#4E655B
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEACB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E2F9EF;
--sea-green-200: #C9F3E1;
--sea-green-300: #9FEACB;
--sea-green-400: #6DDFAF;
--sea-green-500: #43D698;
--sea-green-600: #28B87C;
--sea-green-700: #209263;
--sea-green-800: #176947;
--sea-green-900: #0F432D;
--sea-green-950: #092A1C;
}