Sea Green
#17695E
CyanColor Codes
All color formats for development
HEX
#17695ERGB
rgb(23, 105, 94)HSL
hsl(172, 64%, 25%)OKLCH
oklch(0.471 0.077 181.7)CMYK
cmyk(78%, 0%, 10%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E54
2#12544B
3#104942
4#0E3F38
5#0B342F
6#092A25
7#071F1C
8#051513
9#020A09
Tints
Lighter variations
1#1E887A
2#25A796
3#2CC7B2
4#43D6C2
5#62DDCC
6#82E3D6
7#A1EAE1
8#C0F1EB
9#E0F8F5
Tones
Muted variations
1#1B645B
2#1F6058
3#235C55
4#275852
5#2B544F
6#2F504C
7#344C49
8#384846
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209283 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | 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: #E2F9F6;
--sea-green-200: #C9F3ED;
--sea-green-300: #9FEAE0;
--sea-green-400: #6DDFD0;
--sea-green-500: #43D6C2;
--sea-green-600: #28B8A5;
--sea-green-700: #209283;
--sea-green-800: #17695E;
--sea-green-900: #0F433C;
--sea-green-950: #092A25;
}