Sea Green
#196745
GreenColor Codes
All color formats for development
HEX
#196745RGB
rgb(25, 103, 69)HSL
hsl(154, 61%, 25%)OKLCH
oklch(0.458 0.093 159.8)CMYK
cmyk(76%, 0%, 33%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C3E
2#145237
3#114830
4#0F3E29
5#0C3322
6#0A291C
7#071F15
8#05150E
9#020A07
Tints
Lighter variations
1#20855A
2#28A46E
3#2FC383
4#46D296
5#65DAA7
6#84E1B9
7#A3E9CA
8#C1F0DC
9#E0F8ED
Tones
Muted variations
1#1D6344
2#215F44
3#255B43
4#285743
5#2C5342
6#304F42
7#344B41
8#384841
9#3C4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D296 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196745 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E2F8EF;
--sea-green-200: #CAF2E1;
--sea-green-300: #A1E8C9;
--sea-green-400: #6FDCAD;
--sea-green-500: #46D296;
--sea-green-600: #2CB579;
--sea-green-700: #239061;
--sea-green-800: #196745;
--sea-green-900: #10422C;
--sea-green-950: #0A291C;
}