Sea Green
#1D9649
GreenColor Codes
All color formats for development
HEX
#1D9649RGB
rgb(29, 150, 73)HSL
hsl(142, 68%, 35%)OKLCH
oklch(0.592 0.153 150)CMYK
cmyk(81%, 0%, 51%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8742
2#17783A
3#146933
4#115A2C
5#0E4B25
6#0B3C1D
7#092D16
8#061E0F
9#030F07
Tints
Lighter variations
1#22B257
2#27CE64
3#3CDA76
4#58DF8A
5#74E49D
6#90EAB1
7#ABEFC4
8#C7F4D8
9#E3FAEB
Tones
Muted variations
1#23904B
2#298A4C
3#2F844E
4#357E50
5#3B7851
6#417253
7#476B54
8#4D6556
9#535F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E296 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9649 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4521 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E1F9EA;
--sea-green-200: #C7F4D8;
--sea-green-300: #9CECBA;
--sea-green-400: #69E296;
--sea-green-500: #3EDA77;
--sea-green-600: #24BC5C;
--sea-green-700: #1D9649;
--sea-green-800: #146B34;
--sea-green-900: #0D4521;
--sea-green-950: #082B15;
}