Sea Green
#1C9743
GreenColor Codes
All color formats for development
HEX
#1C9743RGB
rgb(28, 151, 67)HSL
hsl(139, 69%, 35%)OKLCH
oklch(0.594 0.16 148.5)CMYK
cmyk(81%, 0%, 56%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19883C
2#167935
3#136A2F
4#115A28
5#0E4B21
6#0B3C1B
7#082D14
8#061E0D
9#030F07
Tints
Lighter variations
1#21B34F
2#26CF5B
3#3BDB6E
4#57E082
5#73E597
6#8FEAAC
7#ABF0C1
8#C7F5D5
9#E3FAEA
Tones
Muted variations
1#229145
2#288B47
3#2E8449
4#347E4C
5#3A784E
6#417250
7#476C52
8#4D6655
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E38F | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9743 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF5;
--sea-green-100: #E1F9E9;
--sea-green-200: #C7F5D5;
--sea-green-300: #9CEDB6;
--sea-green-400: #68E38F;
--sea-green-500: #3DDB6F;
--sea-green-600: #23BE54;
--sea-green-700: #1C9743;
--sea-green-800: #146C30;
--sea-green-900: #0D451E;
--sea-green-950: #082B13;
}