Sea Green
#1D9571
GreenColor Codes
All color formats for development
HEX
#1D9571RGB
rgb(29, 149, 113)HSL
hsl(162, 67%, 35%)OKLCH
oklch(0.598 0.115 167)CMYK
cmyk(81%, 0%, 24%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8666
2#18775B
3#15684F
4#125944
5#0F4B39
6#0C3C2D
7#092D22
8#061E17
9#030F0B
Tints
Lighter variations
1#23B186
2#28CC9B
3#3DD9AA
4#59DEB6
5#75E4C2
6#90E9CE
7#ACEFDB
8#C8F4E7
9#E3FAF3
Tones
Muted variations
1#238F6F
2#29896C
3#2F836A
4#357D68
5#3B7765
6#417163
7#476B60
8#4D655E
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD4 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2BE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4434 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E1F9F2;
--sea-green-200: #C8F4E7;
--sea-green-300: #9DECD4;
--sea-green-400: #6AE2BE;
--sea-green-500: #3FD9AB;
--sea-green-600: #25BB8E;
--sea-green-700: #1D9571;
--sea-green-800: #156A51;
--sea-green-900: #0D4434;
--sea-green-950: #082B20;
}