Sea Green
#1C9774
GreenColor Codes
All color formats for development
HEX
#1C9774RGB
rgb(28, 151, 116)HSL
hsl(163, 69%, 35%)OKLCH
oklch(0.604 0.115 168)CMYK
cmyk(81%, 0%, 23%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198868
2#16795D
3#136A51
4#115A46
5#0E4B3A
6#0B3C2E
7#082D23
8#061E17
9#030F0C
Tints
Lighter variations
1#21B389
2#26CF9F
3#3BDBAE
4#57E0B9
5#73E5C5
6#8FEAD1
7#ABF0DC
8#C7F5E8
9#E3FAF3
Tones
Muted variations
1#229171
2#288B6F
3#2E846C
4#347E69
5#3A7867
6#417264
7#476C61
8#4D665F
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9774 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4535 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFA;
--sea-green-100: #E1F9F2;
--sea-green-200: #C7F5E8;
--sea-green-300: #9CEDD6;
--sea-green-400: #68E3C0;
--sea-green-500: #3DDBAF;
--sea-green-600: #23BE92;
--sea-green-700: #1C9774;
--sea-green-800: #146C53;
--sea-green-900: #0D4535;
--sea-green-950: #082B21;
}