Sea Green
#186842
GreenColor Codes
All color formats for development
HEX
#186842RGB
rgb(24, 104, 66)HSL
hsl(152, 63%, 25%)OKLCH
oklch(0.46 0.098 157.6)CMYK
cmyk(77%, 0%, 37%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E3C
2#135335
3#11492E
4#0E3E28
5#0C3421
6#092A1B
7#071F14
8#05150D
9#020A07
Tints
Lighter variations
1#1F8756
2#26A66A
3#2DC57E
4#44D591
5#63DCA3
6#82E3B6
7#A1EAC8
8#C1F1DA
9#E0F8ED
Tones
Muted variations
1#1C6442
2#206042
3#245C42
4#285841
5#2C5441
6#305041
7#344C41
8#384840
9#3C4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D591 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB775 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E2F8EE;
--sea-green-200: #C9F3DF;
--sea-green-300: #9FE9C7;
--sea-green-400: #6EDEA9;
--sea-green-500: #44D591;
--sea-green-600: #2AB775;
--sea-green-700: #21915D;
--sea-green-800: #186842;
--sea-green-900: #0F432B;
--sea-green-950: #092A1B;
}