Sea Green
#1D9565
GreenColor Codes
All color formats for development
HEX
#1D9565RGB
rgb(29, 149, 101)HSL
hsl(156, 67%, 35%)OKLCH
oklch(0.595 0.125 160.5)CMYK
cmyk(81%, 0%, 32%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B865B
2#187751
3#156847
4#12593D
5#0F4B33
6#0C3C28
7#092D1E
8#061E14
9#030F0A
Tints
Lighter variations
1#23B178
2#28CC8B
3#3DD99B
4#59DEA9
5#75E4B7
6#90E9C6
7#ACEFD4
8#C8F4E2
9#E3FAF1
Tones
Muted variations
1#238F64
2#298963
3#2F8362
4#357D60
5#3B775F
6#41715E
7#476B5D
8#4D655C
9#535F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD99C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E1F9F0;
--sea-green-200: #C8F4E2;
--sea-green-300: #9DECCC;
--sea-green-400: #6AE2B2;
--sea-green-500: #3FD99C;
--sea-green-600: #25BB7F;
--sea-green-700: #1D9565;
--sea-green-800: #156A48;
--sea-green-900: #0D442E;
--sea-green-950: #082B1D;
}