Sea Green
#1D953F
GreenColor Codes
All color formats for development
HEX
#1D953FRGB
rgb(29, 149, 63)HSL
hsl(137, 67%, 35%)OKLCH
oklch(0.588 0.161 147.7)CMYK
cmyk(81%, 0%, 58%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8639
2#187733
3#15682C
4#125926
5#0F4B20
6#0C3C19
7#092D13
8#061E0D
9#030F06
Tints
Lighter variations
1#23B14B
2#28CC57
3#3DD969
4#59DE7F
5#75E494
6#90E9A9
7#ACEFBF
8#C8F4D4
9#E3FAEA
Tones
Muted variations
1#238F42
2#298945
3#2F8347
4#357D4A
5#3B774C
6#41714F
7#476B51
8#4D6554
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB3 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD96B | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB50 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E1F9E8;
--sea-green-200: #C8F4D4;
--sea-green-300: #9DECB3;
--sea-green-400: #6AE28C;
--sea-green-500: #3FD96B;
--sea-green-600: #25BB50;
--sea-green-700: #1D953F;
--sea-green-800: #156A2D;
--sea-green-900: #0D441D;
--sea-green-950: #082B12;
}