Sea Green
#1C9753
GreenColor Codes
All color formats for development
HEX
#1C9753RGB
rgb(28, 151, 83)HSL
hsl(147, 69%, 35%)OKLCH
oklch(0.596 0.145 152.9)CMYK
cmyk(81%, 0%, 45%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19884B
2#167942
3#136A3A
4#115A32
5#0E4B2A
6#0B3C21
7#082D19
8#061E11
9#030F08
Tints
Lighter variations
1#21B363
2#26CF72
3#3BDB83
4#57E095
5#73E5A6
6#8FEAB8
7#ABF0CA
8#C7F5DC
9#E3FAED
Tones
Muted variations
1#229154
2#288B54
3#2E8455
4#347E56
5#3A7856
6#417257
7#476C57
8#4D6658
9#535F59
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 #C7F5DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9753 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4526 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | 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: #C7F5DC;
--sea-green-300: #9CEDC0;
--sea-green-400: #68E3A0;
--sea-green-500: #3DDB84;
--sea-green-600: #23BE68;
--sea-green-700: #1C9753;
--sea-green-800: #146C3B;
--sea-green-900: #0D4526;
--sea-green-950: #082B18;
}