Sea Green
#1C9766
GreenColor Codes
All color formats for development
HEX
#1C9766RGB
rgb(28, 151, 102)HSL
hsl(156, 69%, 35%)OKLCH
oklch(0.6 0.127 160.4)CMYK
cmyk(81%, 0%, 32%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19885B
2#167951
3#136A47
4#115A3D
5#0E4B33
6#0B3C29
7#082D1E
8#061E14
9#030F0A
Tints
Lighter variations
1#21B378
2#26CF8B
3#3BDB9B
4#57E0A9
5#73E5B8
6#8FEAC6
7#ABF0D4
8#C7F5E2
9#E3FAF1
Tones
Muted variations
1#229164
2#288B63
3#2E8462
4#347E61
5#3A785F
6#41725E
7#476C5D
8#4D665C
9#535F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCC | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9766 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452E | 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: #F2FDF8;
--sea-green-100: #E1F9F0;
--sea-green-200: #C7F5E2;
--sea-green-300: #9CEDCC;
--sea-green-400: #68E3B2;
--sea-green-500: #3DDB9C;
--sea-green-600: #23BE80;
--sea-green-700: #1C9766;
--sea-green-800: #146C49;
--sea-green-900: #0D452E;
--sea-green-950: #082B1D;
}