Sea Green
#17695C
CyanColor Codes
All color formats for development
HEX
#17695CRGB
rgb(23, 105, 92)HSL
hsl(170, 64%, 25%)OKLCH
oklch(0.47 0.078 179.4)CMYK
cmyk(78%, 0%, 12%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E52
2#125449
3#104940
4#0E3F37
5#0B342D
6#092A24
7#071F1B
8#051512
9#020A09
Tints
Lighter variations
1#1E8876
2#25A792
3#2CC7AD
4#43D6BD
5#62DDC8
6#82E3D3
7#A1EADE
8#C0F1E9
9#E0F8F4
Tones
Muted variations
1#1B6458
2#1F6056
3#235C53
4#275850
5#2B544D
6#2F504B
7#344C48
8#384845
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCC | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E2F9F5;
--sea-green-200: #C9F3EC;
--sea-green-300: #9FEADD;
--sea-green-400: #6DDFCC;
--sea-green-500: #43D6BD;
--sea-green-600: #28B8A0;
--sea-green-700: #20927F;
--sea-green-800: #17695B;
--sea-green-900: #0F433A;
--sea-green-950: #092A24;
}