Sea Green
#1D9655
GreenColor Codes
All color formats for development
HEX
#1D9655RGB
rgb(29, 150, 85)HSL
hsl(148, 68%, 35%)OKLCH
oklch(0.594 0.142 153.6)CMYK
cmyk(81%, 0%, 43%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A874D
2#177844
3#14693C
4#115A33
5#0E4B2B
6#0B3C22
7#092D1A
8#061E11
9#030F09
Tints
Lighter variations
1#22B265
2#27CE75
3#3CDA86
4#58DF97
5#74E4A8
6#90EABA
7#ABEFCB
8#C7F4DC
9#E3FAEE
Tones
Muted variations
1#239056
2#298A56
3#2F8456
4#357E57
5#3B7857
6#417258
7#476B58
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 #9CECC2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4527 | 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: #9CECC2;
--sea-green-400: #69E2A2;
--sea-green-500: #3EDA87;
--sea-green-600: #24BC6B;
--sea-green-700: #1D9655;
--sea-green-800: #146B3D;
--sea-green-900: #0D4527;
--sea-green-950: #082B18;
}