Sea Green
#1C975F
GreenColor Codes
All color formats for development
HEX
#1C975FRGB
rgb(28, 151, 95)HSL
hsl(153, 69%, 35%)OKLCH
oklch(0.599 0.134 157.3)CMYK
cmyk(81%, 0%, 37%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198856
2#16794C
3#136A43
4#115A39
5#0E4B30
6#0B3C26
7#082D1D
8#061E13
9#030F0A
Tints
Lighter variations
1#21B371
2#26CF83
3#3BDB93
4#57E0A2
5#73E5B2
6#8FEAC1
7#ABF0D1
8#C7F5E0
9#E3FAF0
Tones
Muted variations
1#22915F
2#288B5E
3#2E845E
4#347E5D
5#3A785C
6#41725C
7#476C5B
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 #C7F5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3AC | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C975F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | 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: #C7F5E0;
--sea-green-300: #9CEDC8;
--sea-green-400: #68E3AC;
--sea-green-500: #3DDB94;
--sea-green-600: #23BE78;
--sea-green-700: #1C975F;
--sea-green-800: #146C44;
--sea-green-900: #0D452C;
--sea-green-950: #082B1B;
}