Sea Green
#166A4C
GreenColor Codes
All color formats for development
HEX
#166A4CRGB
rgb(22, 106, 76)HSL
hsl(159, 66%, 25%)OKLCH
oklch(0.468 0.092 163.8)CMYK
cmyk(79%, 0%, 28%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F45
2#11553D
3#0F4A35
4#0D3F2E
5#0B3526
6#092A1F
7#072017
8#04150F
9#020B08
Tints
Lighter variations
1#1C8A63
2#23A97A
3#29C991
4#41D8A3
5#60DEB2
6#80E5C2
7#A0EBD1
8#C0F2E0
9#DFF8F0
Tones
Muted variations
1#1A664B
2#1E614A
3#225D49
4#275947
5#2B5546
6#2F5145
7#334C44
8#374842
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD0 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E946B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4431 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E1F9F1;
--sea-green-200: #C8F4E4;
--sea-green-300: #9EEBD0;
--sea-green-400: #6BE1B7;
--sea-green-500: #41D8A3;
--sea-green-600: #26BA86;
--sea-green-700: #1E946B;
--sea-green-800: #166A4C;
--sea-green-900: #0E4431;
--sea-green-950: #092A1F;
}