Sea Green
#1D9672
GreenColor Codes
All color formats for development
HEX
#1D9672RGB
rgb(29, 150, 114)HSL
hsl(162, 68%, 35%)OKLCH
oklch(0.601 0.116 167.2)CMYK
cmyk(81%, 0%, 24%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8766
2#17785B
3#14694F
4#115A44
5#0E4B39
6#0B3C2D
7#092D22
8#061E17
9#030F0B
Tints
Lighter variations
1#22B287
2#27CE9C
3#3CDAAB
4#58DFB7
5#74E4C3
6#90EACF
7#ABEFDB
8#C7F4E7
9#E3FAF3
Tones
Muted variations
1#23906F
2#298A6D
3#2F846A
4#357E68
5#3B7865
6#417263
7#476B61
8#4D655E
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2BE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4534 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E1F9F2;
--sea-green-200: #C7F4E7;
--sea-green-300: #9CECD4;
--sea-green-400: #69E2BE;
--sea-green-500: #3EDAAB;
--sea-green-600: #24BC8F;
--sea-green-700: #1D9672;
--sea-green-800: #146B51;
--sea-green-900: #0D4534;
--sea-green-950: #082B20;
}