Sea Green
#1C9759
GreenColor Codes
All color formats for development
HEX
#1C9759RGB
rgb(28, 151, 89)HSL
hsl(150, 69%, 35%)OKLCH
oklch(0.598 0.139 154.9)CMYK
cmyk(81%, 0%, 41%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198850
2#167947
3#136A3E
4#115A36
5#0E4B2D
6#0B3C24
7#082D1B
8#061E12
9#030F09
Tints
Lighter variations
1#21B36A
2#26CF7A
3#3BDB8B
4#57E09C
5#73E5AC
6#8FEABD
7#ABF0CD
8#C7F5DE
9#E3FAEE
Tones
Muted variations
1#229159
2#288B59
3#2E8459
4#347E59
5#3A7859
6#417259
7#476C59
8#4D6659
9#535F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC4 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9759 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4529 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF7;
--sea-green-100: #E1F9ED;
--sea-green-200: #C7F5DE;
--sea-green-300: #9CEDC4;
--sea-green-400: #68E3A6;
--sea-green-500: #3DDB8C;
--sea-green-600: #23BE70;
--sea-green-700: #1C9759;
--sea-green-800: #146C40;
--sea-green-900: #0D4529;
--sea-green-950: #082B1A;
}