Sea Green
#1C975D
GreenColor Codes
All color formats for development
HEX
#1C975DRGB
rgb(28, 151, 93)HSL
hsl(152, 69%, 35%)OKLCH
oklch(0.598 0.136 156.5)CMYK
cmyk(81%, 0%, 38%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198854
2#16794B
3#136A41
4#115A38
5#0E4B2F
6#0B3C25
7#082D1C
8#061E13
9#030F09
Tints
Lighter variations
1#21B36F
2#26CF80
3#3BDB90
4#57E0A0
5#73E5B0
6#8FEAC0
7#ABF0D0
8#C7F5DF
9#E3FAEF
Tones
Muted variations
1#22915D
2#288B5D
3#2E845C
4#347E5C
5#3A785B
6#41725B
7#476C5A
8#4D665A
9#535F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3AA | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB92 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C975D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF8;
--sea-green-100: #E1F9EE;
--sea-green-200: #C7F5DF;
--sea-green-300: #9CEDC7;
--sea-green-400: #68E3AA;
--sea-green-500: #3DDB92;
--sea-green-600: #23BE75;
--sea-green-700: #1C975D;
--sea-green-800: #146C43;
--sea-green-900: #0D452B;
--sea-green-950: #082B1B;
}