Sea Green
#209259
GreenColor Codes
All color formats for development
HEX
#209259RGB
rgb(32, 146, 89)HSL
hsl(150, 64%, 35%)OKLCH
oklch(0.585 0.132 155.7)CMYK
cmyk(78%, 0%, 39%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8450
2#1A7547
3#16663E
4#135836
5#10492D
6#0D3B24
7#0A2C1B
8#061D12
9#030F09
Tints
Lighter variations
1#26AE6A
2#2CC97A
3#41D58B
4#5CDB9C
5#77E1AC
6#92E7BD
7#ADEDCD
8#C9F3DE
9#E4F9EE
Tones
Muted variations
1#268D59
2#2C8759
3#318159
4#377C59
5#3D7659
6#427059
7#486A59
8#4E6559
9#545F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B870 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209259 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176940 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF7;
--sea-green-100: #E2F9ED;
--sea-green-200: #C9F3DE;
--sea-green-300: #9FEAC4;
--sea-green-400: #6DDFA6;
--sea-green-500: #43D68C;
--sea-green-600: #28B870;
--sea-green-700: #209259;
--sea-green-800: #176940;
--sea-green-900: #0F4329;
--sea-green-950: #092A1A;
}