Sea Green
#1D9567
GreenColor Codes
All color formats for development
HEX
#1D9567RGB
rgb(29, 149, 103)HSL
hsl(157, 67%, 35%)OKLCH
oklch(0.595 0.124 161.5)CMYK
cmyk(81%, 0%, 31%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B865D
2#187753
3#156848
4#12593E
5#0F4B34
6#0C3C29
7#092D1F
8#061E15
9#030F0A
Tints
Lighter variations
1#23B17A
2#28CC8E
3#3DD99D
4#59DEAB
5#75E4B9
6#90E9C7
7#ACEFD5
8#C8F4E3
9#E3FAF1
Tones
Muted variations
1#238F66
2#298964
3#2F8363
4#357D62
5#3B7760
6#41715F
7#476B5D
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 #C8F4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD99E | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442F | 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: #F2FCF9;
--sea-green-100: #E1F9F0;
--sea-green-200: #C8F4E3;
--sea-green-300: #9DECCE;
--sea-green-400: #6AE2B4;
--sea-green-500: #3FD99E;
--sea-green-600: #25BB82;
--sea-green-700: #1D9567;
--sea-green-800: #156A4A;
--sea-green-900: #0D442F;
--sea-green-950: #082B1D;
}