Sea Green
#18684D
GreenColor Codes
All color formats for development
HEX
#18684DRGB
rgb(24, 104, 77)HSL
hsl(160, 63%, 25%)OKLCH
oklch(0.463 0.087 165.5)CMYK
cmyk(77%, 0%, 26%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E45
2#13533E
3#114936
4#0E3E2E
5#0C3427
6#092A1F
7#071F17
8#05150F
9#020A08
Tints
Lighter variations
1#1F8764
2#26A67B
3#2DC593
4#44D5A4
5#63DCB3
6#82E3C3
7#A1EAD2
8#C1F1E1
9#E0F8F0
Tones
Muted variations
1#1C644C
2#20604A
3#245C49
4#285848
5#2C5446
6#305045
7#344C44
8#384842
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21916C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18684D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4331 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E2F8F1;
--sea-green-200: #C9F3E5;
--sea-green-300: #9FE9D1;
--sea-green-400: #6EDEB8;
--sea-green-500: #44D5A4;
--sea-green-600: #2AB788;
--sea-green-700: #21916C;
--sea-green-800: #18684D;
--sea-green-900: #0F4331;
--sea-green-950: #092A1F;
}