Sea Green
#209244
GreenColor Codes
All color formats for development
HEX
#209244RGB
rgb(32, 146, 68)HSL
hsl(139, 64%, 35%)OKLCH
oklch(0.581 0.151 148.9)CMYK
cmyk(78%, 0%, 53%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D843D
2#1A7537
3#166630
4#135829
5#104922
6#0D3B1B
7#0A2C14
8#061D0E
9#030F07
Tints
Lighter variations
1#26AE51
2#2CC95E
3#41D570
4#5CDB84
5#77E199
6#92E7AD
7#ADEDC2
8#C9F3D6
9#E4F9EB
Tones
Muted variations
1#268D46
2#2C8748
3#31814B
4#377C4D
5#3D764F
6#427051
7#486A53
8#4E6555
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF91 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209244 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176931 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9E9;
--sea-green-200: #C9F3D6;
--sea-green-300: #9FEAB7;
--sea-green-400: #6DDF91;
--sea-green-500: #43D671;
--sea-green-600: #28B856;
--sea-green-700: #209244;
--sea-green-800: #176931;
--sea-green-900: #0F431F;
--sea-green-950: #092A14;
}