Sea Green
#176945
GreenColor Codes
All color formats for development
HEX
#176945RGB
rgb(23, 105, 69)HSL
hsl(154, 64%, 25%)OKLCH
oklch(0.463 0.097 159.2)CMYK
cmyk(78%, 0%, 34%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E3E
2#125437
3#104930
4#0E3F2A
5#0B3423
6#092A1C
7#071F15
8#05150E
9#020A07
Tints
Lighter variations
1#1E885A
2#25A76F
3#2CC783
4#43D696
5#62DDA8
6#82E3B9
7#A1EACB
8#C0F1DC
9#E0F8EE
Tones
Muted variations
1#1B6445
2#1F6044
3#235C44
4#275843
5#2B5442
6#2F5042
7#344C41
8#384841
9#3C4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D696 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209261 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176945 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E2F9EF;
--sea-green-200: #C9F3E1;
--sea-green-300: #9FEAC9;
--sea-green-400: #6DDFAD;
--sea-green-500: #43D696;
--sea-green-600: #28B87A;
--sea-green-700: #209261;
--sea-green-800: #176945;
--sea-green-900: #0F432C;
--sea-green-950: #092A1C;
}