Sea Green
#1D955F
GreenColor Codes
All color formats for development
HEX
#1D955FRGB
rgb(29, 149, 95)HSL
hsl(153, 67%, 35%)OKLCH
oklch(0.594 0.131 157.7)CMYK
cmyk(81%, 0%, 36%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8656
2#18774C
3#156843
4#125939
5#0F4B30
6#0C3C26
7#092D1D
8#061E13
9#030F0A
Tints
Lighter variations
1#23B171
2#28CC83
3#3DD993
4#59DEA2
5#75E4B2
6#90E9C1
7#ACEFD1
8#C8F4E0
9#E3FAF0
Tones
Muted variations
1#238F5F
2#29895E
3#2F835D
4#357D5D
5#3B775C
6#41715C
7#476B5B
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 #C8F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2AC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD994 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D955F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442C | 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: #C8F4E0;
--sea-green-300: #9DECC8;
--sea-green-400: #6AE2AC;
--sea-green-500: #3FD994;
--sea-green-600: #25BB78;
--sea-green-700: #1D955F;
--sea-green-800: #156A44;
--sea-green-900: #0D442C;
--sea-green-950: #082B1B;
}