Sea Green
#176958
CyanColor Codes
All color formats for development
HEX
#176958RGB
rgb(23, 105, 88)HSL
hsl(168, 64%, 25%)OKLCH
oklch(0.469 0.081 175.2)CMYK
cmyk(78%, 0%, 16%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4F
2#125447
3#10493E
4#0E3F35
5#0B342C
6#092A23
7#071F1A
8#051512
9#020A09
Tints
Lighter variations
1#1E8873
2#25A78D
3#2CC7A8
4#43D6B8
5#62DDC4
6#82E3D0
7#A1EADC
8#C0F1E7
9#E0F8F3
Tones
Muted variations
1#1B6456
2#1F6053
3#235C51
4#27584E
5#2B544C
6#2F504A
7#344C47
8#384845
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 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC8 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B89B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176958 | 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: #C9F3EB;
--sea-green-300: #9FEADB;
--sea-green-400: #6DDFC8;
--sea-green-500: #43D6B8;
--sea-green-600: #28B89B;
--sea-green-700: #20927C;
--sea-green-800: #176958;
--sea-green-900: #0F4338;
--sea-green-950: #092A23;
}