Sea Green
#18684C
GreenColor Codes
All color formats for development
HEX
#18684CRGB
rgb(24, 104, 76)HSL
hsl(159, 63%, 25%)OKLCH
oklch(0.463 0.088 164.7)CMYK
cmyk(77%, 0%, 27%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E44
2#13533D
3#114935
4#0E3E2D
5#0C3426
6#092A1E
7#071F17
8#05150F
9#020A08
Tints
Lighter variations
1#1F8763
2#26A679
3#2DC590
4#44D5A2
5#63DCB1
6#82E3C1
7#A1EAD0
8#C1F1E0
9#E0F8EF
Tones
Muted variations
1#1C644B
2#206049
3#245C48
4#285847
5#2C5446
6#305045
7#344C43
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 #C9F3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB785 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21916A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18684C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4331 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1E | 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: #C9F3E4;
--sea-green-300: #9FE9CF;
--sea-green-400: #6EDEB7;
--sea-green-500: #44D5A2;
--sea-green-600: #2AB785;
--sea-green-700: #21916A;
--sea-green-800: #18684C;
--sea-green-900: #0F4331;
--sea-green-950: #092A1E;
}