Sea Green
#176942
GreenColor Codes
All color formats for development
HEX
#176942RGB
rgb(23, 105, 66)HSL
hsl(151, 64%, 25%)OKLCH
oklch(0.463 0.1 157.4)CMYK
cmyk(78%, 0%, 37%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E3B
2#125434
3#10492E
4#0E3F27
5#0B3421
6#092A1A
7#071F14
8#05150D
9#020A07
Tints
Lighter variations
1#1E8855
2#25A768
3#2CC77C
4#43D68F
5#62DDA1
6#82E3B4
7#A1EAC7
8#C0F1DA
9#E0F8EC
Tones
Muted variations
1#1B6441
2#1F6041
3#235C41
4#275841
5#2B5440
6#2F5040
7#344C40
8#384840
9#3C4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA8 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68F | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B873 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176941 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E2F9EE;
--sea-green-200: #C9F3DF;
--sea-green-300: #9FEAC6;
--sea-green-400: #6DDFA8;
--sea-green-500: #43D68F;
--sea-green-600: #28B873;
--sea-green-700: #20925B;
--sea-green-800: #176941;
--sea-green-900: #0F432A;
--sea-green-950: #092A1A;
}