Sea Green
#166A61
CyanColor Codes
All color formats for development
HEX
#166A61RGB
rgb(22, 106, 97)HSL
hsl(174, 66%, 25%)OKLCH
oklch(0.474 0.077 184.1)CMYK
cmyk(79%, 0%, 8%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F58
2#11554E
3#0F4A44
4#0D3F3A
5#0B3531
6#092A27
7#07201D
8#041513
9#020B0A
Tints
Lighter variations
1#1C8A7F
2#23A99C
3#29C9B9
4#41D8C9
5#60DED2
6#80E5DB
7#A0EBE4
8#C0F2ED
9#DFF8F6
Tones
Muted variations
1#1A665E
2#1E615B
3#225D57
4#275954
5#2B5551
6#2F514D
7#334C4A
8#374846
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E1F9F7;
--sea-green-200: #C8F4EF;
--sea-green-300: #9EEBE3;
--sea-green-400: #6BE1D5;
--sea-green-500: #41D8C9;
--sea-green-600: #26BAAB;
--sea-green-700: #1E9488;
--sea-green-800: #166A61;
--sea-green-900: #0E443E;
--sea-green-950: #092A27;
}