Sea Green
#17694C
GreenColor Codes
All color formats for development
HEX
#17694CRGB
rgb(23, 105, 76)HSL
hsl(159, 64%, 25%)OKLCH
oklch(0.465 0.09 164.3)CMYK
cmyk(78%, 0%, 28%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E44
2#12543D
3#104935
4#0E3F2E
5#0B3426
6#092A1E
7#071F17
8#05150F
9#020A08
Tints
Lighter variations
1#1E8863
2#25A77A
3#2CC790
4#43D6A2
5#62DDB2
6#82E3C1
7#A1EAD1
8#C0F1E0
9#E0F8F0
Tones
Muted variations
1#1B644B
2#1F604A
3#235C48
4#275847
5#2B5446
6#2F5045
7#344C43
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 #C9F3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFB7 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694C | 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: #F2FCF9;
--sea-green-100: #E2F9F1;
--sea-green-200: #C9F3E4;
--sea-green-300: #9FEAD0;
--sea-green-400: #6DDFB7;
--sea-green-500: #43D6A2;
--sea-green-600: #28B886;
--sea-green-700: #20926A;
--sea-green-800: #17694C;
--sea-green-900: #0F4331;
--sea-green-950: #092A1E;
}