Sea Green
#17694D
GreenColor Codes
All color formats for development
HEX
#17694DRGB
rgb(23, 105, 77)HSL
hsl(160, 64%, 25%)OKLCH
oklch(0.466 0.089 165.1)CMYK
cmyk(78%, 0%, 27%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E46
2#12543E
3#104936
4#0E3F2E
5#0B3427
6#092A1F
7#071F17
8#05150F
9#020A08
Tints
Lighter variations
1#1E8865
2#25A77C
3#2CC793
4#43D6A5
5#62DDB4
6#82E3C3
7#A1EAD2
8#C0F1E1
9#E0F8F0
Tones
Muted variations
1#1B644C
2#1F604B
3#235C49
4#275848
5#2B5447
6#2F5045
7#344C44
8#384842
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFB9 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694D | 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: #F2FCF9;
--sea-green-100: #E2F9F1;
--sea-green-200: #C9F3E5;
--sea-green-300: #9FEAD1;
--sea-green-400: #6DDFB9;
--sea-green-500: #43D6A5;
--sea-green-600: #28B888;
--sea-green-700: #20926C;
--sea-green-800: #17694D;
--sea-green-900: #0F4332;
--sea-green-950: #092A1F;
}