Sea Green
#1D9653
GreenColor Codes
All color formats for development
HEX
#1D9653RGB
rgb(29, 150, 83)HSL
hsl(147, 68%, 35%)OKLCH
oklch(0.594 0.144 153)CMYK
cmyk(81%, 0%, 45%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A874B
2#177843
3#14693A
4#115A32
5#0E4B2A
6#0B3C21
7#092D19
8#061E11
9#030F08
Tints
Lighter variations
1#22B263
2#27CE72
3#3CDA83
4#58DF95
5#74E4A6
6#90EAB8
7#ABEFCA
8#C7F4DC
9#E3FAED
Tones
Muted variations
1#239054
2#298A54
3#2F8455
4#357E56
5#3B7856
6#417257
7#476B57
8#4D6558
9#535F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9653 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4526 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF7;
--sea-green-100: #E1F9EC;
--sea-green-200: #C7F4DC;
--sea-green-300: #9CECC0;
--sea-green-400: #69E2A0;
--sea-green-500: #3EDA84;
--sea-green-600: #24BC69;
--sea-green-700: #1D9653;
--sea-green-800: #146B3B;
--sea-green-900: #0D4526;
--sea-green-950: #082B18;
}