Sea Green
#1C9747
GreenColor Codes
All color formats for development
HEX
#1C9747RGB
rgb(28, 151, 71)HSL
hsl(141, 69%, 35%)OKLCH
oklch(0.594 0.156 149.4)CMYK
cmyk(81%, 0%, 53%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198840
2#167939
3#136A32
4#115A2A
5#0E4B23
6#0B3C1C
7#082D15
8#061E0E
9#030F07
Tints
Lighter variations
1#21B354
2#26CF61
3#3BDB73
4#57E087
5#73E59B
6#8FEAAF
7#ABF0C3
8#C7F5D7
9#E3FAEB
Tones
Muted variations
1#229149
2#288B4A
3#2E844C
4#347E4E
5#3A7850
6#417252
7#476C54
8#4D6656
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 #C7F5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E393 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9747 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4520 | 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: #C7F5D7;
--sea-green-300: #9CEDB8;
--sea-green-400: #68E393;
--sea-green-500: #3DDB74;
--sea-green-600: #23BE59;
--sea-green-700: #1C9747;
--sea-green-800: #146C33;
--sea-green-900: #0D4520;
--sea-green-950: #082B14;
}