Sea Green
#1D954D
GreenColor Codes
All color formats for development
HEX
#1D954DRGB
rgb(29, 149, 77)HSL
hsl(144, 67%, 35%)OKLCH
oklch(0.59 0.148 151.2)CMYK
cmyk(81%, 0%, 48%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8646
2#18773E
3#156836
4#12592E
5#0F4B27
6#0C3C1F
7#092D17
8#061E0F
9#030F08
Tints
Lighter variations
1#23B15C
2#28CC6A
3#3DD97B
4#59DE8E
5#75E4A1
6#90E9B4
7#ACEFC7
8#C8F4D9
9#E3FAEC
Tones
Muted variations
1#238F4E
2#298950
3#2F8351
4#357D52
5#3B7753
6#417154
7#476B56
8#4D6557
9#535F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4423 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E1F9EB;
--sea-green-200: #C8F4D9;
--sea-green-300: #9DECBC;
--sea-green-400: #6AE29A;
--sea-green-500: #3FD97D;
--sea-green-600: #25BB61;
--sea-green-700: #1D954D;
--sea-green-800: #156A37;
--sea-green-900: #0D4423;
--sea-green-950: #082B16;
}