Sea Green
#1D9557
GreenColor Codes
All color formats for development
HEX
#1D9557RGB
rgb(29, 149, 87)HSL
hsl(149, 67%, 35%)OKLCH
oklch(0.592 0.138 154.6)CMYK
cmyk(81%, 0%, 42%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B864F
2#187746
3#15683D
4#125934
5#0F4B2C
6#0C3C23
7#092D1A
8#061E11
9#030F09
Tints
Lighter variations
1#23B167
2#28CC78
3#3DD988
4#59DE99
5#75E4AA
6#90E9BB
7#ACEFCC
8#C8F4DD
9#E3FAEE
Tones
Muted variations
1#238F57
2#298958
3#2F8358
4#357D58
5#3B7758
6#417158
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 #C8F4DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC3 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD98A | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9557 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4428 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B19 | 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: #C8F4DD;
--sea-green-300: #9DECC3;
--sea-green-400: #6AE2A4;
--sea-green-500: #3FD98A;
--sea-green-600: #25BB6E;
--sea-green-700: #1D9557;
--sea-green-800: #156A3E;
--sea-green-900: #0D4428;
--sea-green-950: #082B19;
}