Sea Green
#219141
GreenColor Codes
All color formats for development
HEX
#219141RGB
rgb(33, 145, 65)HSL
hsl(137, 63%, 35%)OKLCH
oklch(0.578 0.153 148.2)CMYK
cmyk(77%, 0%, 55%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E833A
2#1A7434
3#17662D
4#145727
5#114920
6#0D3A1A
7#0A2C13
8#071D0D
9#030F06
Tints
Lighter variations
1#27AC4D
2#2DC859
3#42D46B
4#5DDA80
5#78E096
6#93E6AB
7#AEEDC0
8#C9F3D5
9#E4F9EA
Tones
Muted variations
1#278C43
2#2C8646
3#328148
4#387B4B
5#3D754D
6#437050
7#486A52
8#4E6454
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8D | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB752 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219141 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E8;
--sea-green-200: #C9F3D5;
--sea-green-300: #9FE9B4;
--sea-green-400: #6EDE8D;
--sea-green-500: #44D56D;
--sea-green-600: #2AB752;
--sea-green-700: #219141;
--sea-green-800: #18682E;
--sea-green-900: #0F431E;
--sea-green-950: #092A13;
}