Sea Green
#166A5F
CyanColor Codes
All color formats for development
HEX
#166A5FRGB
rgb(22, 106, 95)HSL
hsl(172, 66%, 25%)OKLCH
oklch(0.474 0.078 181.9)CMYK
cmyk(79%, 0%, 10%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F55
2#11554C
3#0F4A42
4#0D3F39
5#0B352F
6#092A26
7#07201C
8#041513
9#020B09
Tints
Lighter variations
1#1C8A7B
2#23A997
3#29C9B4
4#41D8C4
5#60DECE
6#80E5D8
7#A0EBE1
8#C0F2EB
9#DFF8F5
Tones
Muted variations
1#1A665C
2#1E6158
3#225D55
4#275952
5#2B554F
6#2F514C
7#334C49
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 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE1 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E1F9F6;
--sea-green-200: #C8F4EE;
--sea-green-300: #9EEBE1;
--sea-green-400: #6BE1D1;
--sea-green-500: #41D8C4;
--sea-green-600: #26BAA7;
--sea-green-700: #1E9484;
--sea-green-800: #166A5F;
--sea-green-900: #0E443D;
--sea-green-950: #092A26;
}