Sea Green
#1D9569
GreenColor Codes
All color formats for development
HEX
#1D9569RGB
rgb(29, 149, 105)HSL
hsl(158, 67%, 35%)OKLCH
oklch(0.596 0.122 162.5)CMYK
cmyk(81%, 0%, 30%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B865F
2#187754
3#15684A
4#12593F
5#0F4B35
6#0C3C2A
7#092D20
8#061E15
9#030F0B
Tints
Lighter variations
1#23B17D
2#28CC90
3#3DD9A0
4#59DEAD
5#75E4BB
6#90E9C9
7#ACEFD6
8#C8F4E4
9#E3FAF1
Tones
Muted variations
1#238F68
2#298966
3#2F8364
4#357D63
5#3B7761
6#417160
7#476B5E
8#4D655C
9#535F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCF | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4430 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E1F9F0;
--sea-green-200: #C8F4E4;
--sea-green-300: #9DECCF;
--sea-green-400: #6AE2B6;
--sea-green-500: #3FD9A1;
--sea-green-600: #25BB84;
--sea-green-700: #1D9569;
--sea-green-800: #156A4B;
--sea-green-900: #0D4430;
--sea-green-950: #082B1E;
}