Sea Green
#1C9749
GreenColor Codes
All color formats for development
HEX
#1C9749RGB
rgb(28, 151, 73)HSL
hsl(142, 69%, 35%)OKLCH
oklch(0.595 0.154 149.9)CMYK
cmyk(81%, 0%, 52%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198842
2#16793A
3#136A33
4#115A2C
5#0E4B24
6#0B3C1D
7#082D16
8#061E0F
9#030F07
Tints
Lighter variations
1#21B356
2#26CF64
3#3BDB76
4#57E089
5#73E59D
6#8FEAB1
7#ABF0C4
8#C7F5D8
9#E3FAEB
Tones
Muted variations
1#22914A
2#288B4C
3#2E844E
4#347E4F
5#3A7851
6#417253
7#476C54
8#4D6656
9#535F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDBA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E395 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9749 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4521 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E1F9EA;
--sea-green-200: #C7F5D8;
--sea-green-300: #9CEDBA;
--sea-green-400: #68E395;
--sea-green-500: #3DDB77;
--sea-green-600: #23BE5C;
--sea-green-700: #1C9749;
--sea-green-800: #146C34;
--sea-green-900: #0D4521;
--sea-green-950: #082B15;
}