Sea Green
#176944
GreenColor Codes
All color formats for development
HEX
#176944RGB
rgb(23, 105, 68)HSL
hsl(153, 64%, 25%)OKLCH
oklch(0.463 0.098 158.6)CMYK
cmyk(78%, 0%, 35%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E3D
2#125436
3#10492F
4#0E3F29
5#0B3422
6#092A1B
7#071F14
8#05150E
9#020A07
Tints
Lighter variations
1#1E8858
2#25A76D
3#2CC781
4#43D694
5#62DDA5
6#82E3B7
7#A1EAC9
8#C0F1DB
9#E0F8ED
Tones
Muted variations
1#1B6443
2#1F6043
3#235C43
4#275842
5#2B5442
6#2F5041
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 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D694 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B877 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176944 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | 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: #C9F3E0;
--sea-green-300: #9FEAC8;
--sea-green-400: #6DDFAB;
--sea-green-500: #43D694;
--sea-green-600: #28B877;
--sea-green-700: #20925F;
--sea-green-800: #176944;
--sea-green-900: #0F432B;
--sea-green-950: #092A1B;
}