Sea Green
#1D9559
GreenColor Codes
All color formats for development
HEX
#1D9559RGB
rgb(29, 149, 89)HSL
hsl(150, 67%, 35%)OKLCH
oklch(0.592 0.136 155.3)CMYK
cmyk(81%, 0%, 40%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8650
2#187747
3#15683E
4#125936
5#0F4B2D
6#0C3C24
7#092D1B
8#061E12
9#030F09
Tints
Lighter variations
1#23B16A
2#28CC7A
3#3DD98B
4#59DE9C
5#75E4AC
6#90E9BD
7#ACEFCD
8#C8F4DE
9#E3FAEE
Tones
Muted variations
1#238F59
2#298959
3#2F8359
4#357D59
5#3B7759
6#417159
7#476B59
8#4D6559
9#535F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC4 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD98C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9559 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4429 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF7;
--sea-green-100: #E1F9ED;
--sea-green-200: #C8F4DE;
--sea-green-300: #9DECC4;
--sea-green-400: #6AE2A6;
--sea-green-500: #3FD98C;
--sea-green-600: #25BB70;
--sea-green-700: #1D9559;
--sea-green-800: #156A40;
--sea-green-900: #0D4429;
--sea-green-950: #082B1A;
}