Sea Green
#1D9543
GreenColor Codes
All color formats for development
HEX
#1D9543RGB
rgb(29, 149, 67)HSL
hsl(139, 67%, 35%)OKLCH
oklch(0.588 0.157 148.6)CMYK
cmyk(81%, 0%, 55%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B863D
2#187736
3#15682F
4#125928
5#0F4B22
6#0C3C1B
7#092D14
8#061E0D
9#030F07
Tints
Lighter variations
1#23B150
2#28CC5C
3#3DD96E
4#59DE83
5#75E498
6#90E9AC
7#ACEFC1
8#C8F4D6
9#E3FAEA
Tones
Muted variations
1#238F46
2#298948
3#2F834A
4#357D4C
5#3B774E
6#417150
7#476B53
8#4D6555
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE290 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD970 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9543 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E1F9E9;
--sea-green-200: #C8F4D6;
--sea-green-300: #9DECB6;
--sea-green-400: #6AE290;
--sea-green-500: #3FD970;
--sea-green-600: #25BB55;
--sea-green-700: #1D9543;
--sea-green-800: #156A30;
--sea-green-900: #0D441F;
--sea-green-950: #082B13;
}