Sea Green
#1D9674
GreenColor Codes
All color formats for development
HEX
#1D9674RGB
rgb(29, 150, 116)HSL
hsl(163, 68%, 35%)OKLCH
oklch(0.601 0.114 168.4)CMYK
cmyk(81%, 0%, 23%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8768
2#17785C
3#146951
4#115A45
5#0E4B3A
6#0B3C2E
7#092D23
8#061E17
9#030F0C
Tints
Lighter variations
1#22B289
2#27CE9E
3#3CDAAD
4#58DFB9
5#74E4C5
6#90EAD0
7#ABEFDC
8#C7F4E8
9#E3FAF3
Tones
Muted variations
1#239071
2#298A6E
3#2F846C
4#357E69
5#3B7866
6#417264
7#476B61
8#4D655F
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9674 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4535 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFA;
--sea-green-100: #E1F9F2;
--sea-green-200: #C7F4E8;
--sea-green-300: #9CECD6;
--sea-green-400: #69E2C0;
--sea-green-500: #3EDAAE;
--sea-green-600: #24BC91;
--sea-green-700: #1D9674;
--sea-green-800: #146B53;
--sea-green-900: #0D4535;
--sea-green-950: #082B21;
}