Sea Green
#176956
CyanColor Codes
All color formats for development
HEX
#176956RGB
rgb(23, 105, 86)HSL
hsl(166, 64%, 25%)OKLCH
oklch(0.468 0.082 173.2)CMYK
cmyk(78%, 0%, 18%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4D
2#125444
3#10493C
4#0E3F33
5#0B342B
6#092A22
7#071F1A
8#051511
9#020A09
Tints
Lighter variations
1#1E886F
2#25A789
3#2CC7A2
4#43D6B3
5#62DDC0
6#82E3CD
7#A1EAD9
8#C0F1E6
9#E0F8F2
Tones
Muted variations
1#1B6453
2#1F6051
3#235C4F
4#27584D
5#2B544B
6#2F5048
7#344C46
8#384844
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC4 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B896 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209278 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176956 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFA;
--sea-green-100: #E2F9F3;
--sea-green-200: #C9F3E9;
--sea-green-300: #9FEAD8;
--sea-green-400: #6DDFC4;
--sea-green-500: #43D6B3;
--sea-green-600: #28B896;
--sea-green-700: #209278;
--sea-green-800: #176956;
--sea-green-900: #0F4337;
--sea-green-950: #092A22;
}