Sea Green
#18684E
GreenColor Codes
All color formats for development
HEX
#18684ERGB
rgb(24, 104, 78)HSL
hsl(161, 63%, 25%)OKLCH
oklch(0.463 0.086 166.4)CMYK
cmyk(77%, 0%, 25%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E47
2#13533F
3#114937
4#0E3E2F
5#0C3427
6#092A1F
7#071F18
8#051510
9#020A08
Tints
Lighter variations
1#1F8766
2#26A67E
3#2DC595
4#44D5A7
5#63DCB5
6#82E3C4
7#A1EAD3
8#C1F1E2
9#E0F8F0
Tones
Muted variations
1#1C644D
2#20604C
3#245C4A
4#285849
5#2C5447
6#305046
7#344C44
8#384843
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 #C9F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEBA | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB78A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21916E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18684E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4332 | 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: #C9F3E6;
--sea-green-300: #9FE9D2;
--sea-green-400: #6EDEBA;
--sea-green-500: #44D5A7;
--sea-green-600: #2AB78A;
--sea-green-700: #21916E;
--sea-green-800: #18684E;
--sea-green-900: #0F4332;
--sea-green-950: #092A1F;
}