Sea Green
#17694F
GreenColor Codes
All color formats for development
HEX
#17694FRGB
rgb(23, 105, 79)HSL
hsl(161, 64%, 25%)OKLCH
oklch(0.466 0.087 166.7)CMYK
cmyk(78%, 0%, 25%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E47
2#12543F
3#104937
4#0E3F2F
5#0B3427
6#092A1F
7#071F18
8#051510
9#020A08
Tints
Lighter variations
1#1E8866
2#25A77E
3#2CC796
4#43D6A7
5#62DDB6
6#82E3C4
7#A1EAD3
8#C0F1E2
9#E0F8F0
Tones
Muted variations
1#1B644D
2#1F604C
3#235C4A
4#275849
5#2B5447
6#2F5046
7#344C44
8#384843
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 #C9F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFBB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B88B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694F | 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: #C9F3E6;
--sea-green-300: #9FEAD2;
--sea-green-400: #6DDFBB;
--sea-green-500: #43D6A7;
--sea-green-600: #28B88B;
--sea-green-700: #20926E;
--sea-green-800: #17694F;
--sea-green-900: #0F4332;
--sea-green-950: #092A1F;
}