Sea Green
#176962
CyanColor Codes
All color formats for development
HEX
#176962RGB
rgb(23, 105, 98)HSL
hsl(175, 64%, 25%)OKLCH
oklch(0.472 0.076 186.4)CMYK
cmyk(78%, 0%, 7%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E58
2#12544E
3#104944
4#0E3F3B
5#0B3431
6#092A27
7#071F1D
8#051514
9#020A0A
Tints
Lighter variations
1#1E887F
2#25A79C
3#2CC7BA
4#43D6C9
5#62DDD2
6#82E3DB
7#A1EAE4
8#C0F1ED
9#E0F8F6
Tones
Muted variations
1#1B645E
2#1F605B
3#235C58
4#275854
5#2B5451
6#2F504D
7#344C4A
8#384847
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E2F9F7;
--sea-green-200: #C9F3F0;
--sea-green-300: #9FEAE4;
--sea-green-400: #6DDFD5;
--sea-green-500: #43D6C9;
--sea-green-600: #28B8AC;
--sea-green-700: #209289;
--sea-green-800: #176962;
--sea-green-900: #0F433F;
--sea-green-950: #092A27;
}