Sea Green
#1C9745
GreenColor Codes
All color formats for development
HEX
#1C9745RGB
rgb(28, 151, 69)HSL
hsl(140, 69%, 35%)OKLCH
oklch(0.594 0.158 148.9)CMYK
cmyk(81%, 0%, 54%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19883E
2#167937
3#136A30
4#115A29
5#0E4B22
6#0B3C1B
7#082D15
8#061E0E
9#030F07
Tints
Lighter variations
1#21B351
2#26CF5E
3#3BDB70
4#57E085
5#73E599
6#8FEAAD
7#ABF0C2
8#C7F5D6
9#E3FAEB
Tones
Muted variations
1#229147
2#288B49
3#2E844B
4#347E4D
5#3A784F
6#417251
7#476C53
8#4D6655
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E391 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE56 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9745 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E1F9E9;
--sea-green-200: #C7F5D6;
--sea-green-300: #9CEDB7;
--sea-green-400: #68E391;
--sea-green-500: #3DDB72;
--sea-green-600: #23BE56;
--sea-green-700: #1C9745;
--sea-green-800: #146C31;
--sea-green-900: #0D451F;
--sea-green-950: #082B14;
}