Sea Green
#176957
CyanColor Codes
All color formats for development
HEX
#176957RGB
rgb(23, 105, 87)HSL
hsl(167, 64%, 25%)OKLCH
oklch(0.469 0.081 174.2)CMYK
cmyk(78%, 0%, 17%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4E
2#125445
3#10493D
4#0E3F34
5#0B342B
6#092A23
7#071F1A
8#051511
9#020A09
Tints
Lighter variations
1#1E8871
2#25A78B
3#2CC7A5
4#43D6B6
5#62DDC2
6#82E3CE
7#A1EADA
8#C0F1E7
9#E0F8F3
Tones
Muted variations
1#1B6455
2#1F6052
3#235C50
4#27584E
5#2B544B
6#2F5049
7#344C47
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 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | 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: #C9F3EA;
--sea-green-300: #9FEADA;
--sea-green-400: #6DDFC6;
--sea-green-500: #43D6B6;
--sea-green-600: #28B899;
--sea-green-700: #20927A;
--sea-green-800: #176957;
--sea-green-900: #0F4338;
--sea-green-950: #092A23;
}