Sea Green
#166A5C
CyanColor Codes
All color formats for development
HEX
#166A5CRGB
rgb(22, 106, 92)HSL
hsl(170, 66%, 25%)OKLCH
oklch(0.473 0.08 178.6)CMYK
cmyk(79%, 0%, 13%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F53
2#115549
3#0F4A40
4#0D3F37
5#0B352E
6#092A25
7#07201C
8#041512
9#020B09
Tints
Lighter variations
1#1C8A77
2#23A993
3#29C9AE
4#41D8BF
5#60DEC9
6#80E5D4
7#A0EBDF
8#C0F2EA
9#DFF8F4
Tones
Muted variations
1#1A6659
2#1E6156
3#225D53
4#275951
5#2B554E
6#2F514B
7#334C48
8#374845
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDE | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1CD | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E1F9F5;
--sea-green-200: #C8F4EC;
--sea-green-300: #9EEBDE;
--sea-green-400: #6BE1CD;
--sea-green-500: #41D8BF;
--sea-green-600: #26BAA2;
--sea-green-700: #1E9481;
--sea-green-800: #166A5C;
--sea-green-900: #0E443B;
--sea-green-950: #092A25;
}