Sea Green
#166959
CyanColor Codes
All color formats for development
HEX
#166959RGB
rgb(22, 105, 89)HSL
hsl(168, 65%, 25%)OKLCH
oklch(0.469 0.08 176.3)CMYK
cmyk(79%, 0%, 15%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F50
2#125447
3#104A3E
4#0D3F35
5#0B352C
6#092A23
7#07201B
8#041512
9#020B09
Tints
Lighter variations
1#1D8973
2#24A88E
3#2AC8A8
4#42D7B9
5#61DEC5
6#81E4D0
7#A0EBDC
8#C0F2E8
9#DFF8F3
Tones
Muted variations
1#1A6556
2#1F6154
3#235D51
4#27594F
5#2B544C
6#2F504A
7#334C47
8#374845
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADB | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4339 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFA;
--sea-green-100: #E2F9F4;
--sea-green-200: #C8F3EB;
--sea-green-300: #9EEADB;
--sea-green-400: #6CE0C9;
--sea-green-500: #42D7B9;
--sea-green-600: #27B99C;
--sea-green-700: #1F937C;
--sea-green-800: #166959;
--sea-green-900: #0E4339;
--sea-green-950: #092A23;
}