Sea Green
#186841
GreenColor Codes
All color formats for development
HEX
#186841RGB
rgb(24, 104, 65)HSL
hsl(151, 63%, 25%)OKLCH
oklch(0.46 0.099 157)CMYK
cmyk(77%, 0%, 38%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E3B
2#135334
3#11492E
4#0E3E27
5#0C3421
6#092A1A
7#071F14
8#05150D
9#020A07
Tints
Lighter variations
1#1F8755
2#26A668
3#2DC57C
4#44D58F
5#63DCA1
6#82E3B4
7#A1EAC7
8#C1F1DA
9#E0F8EC
Tones
Muted variations
1#1C6441
2#206041
3#245C41
4#285841
5#2C5440
6#305040
7#344C40
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 #9FE9C6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB773 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186841 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432A | 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: #F3FCF8;
--sea-green-100: #E2F8EE;
--sea-green-200: #C9F3DF;
--sea-green-300: #9FE9C6;
--sea-green-400: #6EDEA8;
--sea-green-500: #44D58F;
--sea-green-600: #2AB773;
--sea-green-700: #21915B;
--sea-green-800: #186841;
--sea-green-900: #0F432A;
--sea-green-950: #092A1A;
}