Sea Green
#1C9751
GreenColor Codes
All color formats for development
HEX
#1C9751RGB
rgb(28, 151, 81)HSL
hsl(146, 69%, 35%)OKLCH
oklch(0.596 0.147 152.2)CMYK
cmyk(81%, 0%, 46%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198849
2#167941
3#136A39
4#115A31
5#0E4B29
6#0B3C20
7#082D18
8#061E10
9#030F08
Tints
Lighter variations
1#21B360
2#26CF6F
3#3BDB80
4#57E092
5#73E5A5
6#8FEAB7
7#ABF0C9
8#C7F5DB
9#E3FAED
Tones
Muted variations
1#229152
2#288B53
3#2E8454
4#347E54
5#3A7855
6#417256
7#476C57
8#4D6658
9#535F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDBF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E39E | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9751 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4525 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF7;
--sea-green-100: #E1F9EC;
--sea-green-200: #C7F5DB;
--sea-green-300: #9CEDBF;
--sea-green-400: #68E39E;
--sea-green-500: #3DDB82;
--sea-green-600: #23BE66;
--sea-green-700: #1C9751;
--sea-green-800: #146C3A;
--sea-green-900: #0D4525;
--sea-green-950: #082B17;
}