Sea Green
#1D955D
GreenColor Codes
All color formats for development
HEX
#1D955DRGB
rgb(29, 149, 93)HSL
hsl(152, 67%, 35%)OKLCH
oklch(0.593 0.133 156.9)CMYK
cmyk(81%, 0%, 38%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8654
2#18774B
3#156841
4#125938
5#0F4B2F
6#0C3C25
7#092D1C
8#061E13
9#030F09
Tints
Lighter variations
1#23B16F
2#28CC80
3#3DD990
4#59DEA0
5#75E4B0
6#90E9C0
7#ACEFCF
8#C8F4DF
9#E3FAEF
Tones
Muted variations
1#238F5D
2#29895C
3#2F835C
4#357D5C
5#3B775B
6#41715B
7#476B5A
8#4D655A
9#535F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC7 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2AA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD991 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D955D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E1F9EE;
--sea-green-200: #C8F4DF;
--sea-green-300: #9DECC7;
--sea-green-400: #6AE2AA;
--sea-green-500: #3FD991;
--sea-green-600: #25BB75;
--sea-green-700: #1D955D;
--sea-green-800: #156A43;
--sea-green-900: #0D442B;
--sea-green-950: #082B1B;
}