Sea Green
#1D9547
GreenColor Codes
All color formats for development
HEX
#1D9547RGB
rgb(29, 149, 71)HSL
hsl(141, 67%, 35%)OKLCH
oklch(0.589 0.153 149.6)CMYK
cmyk(81%, 0%, 52%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8640
2#187739
3#156832
4#12592B
5#0F4B24
6#0C3C1D
7#092D15
8#061E0E
9#030F07
Tints
Lighter variations
1#23B155
2#28CC62
3#3DD974
4#59DE88
5#75E49B
6#90E9AF
7#ACEFC3
8#C8F4D7
9#E3FAEB
Tones
Muted variations
1#238F49
2#29894B
3#2F834D
4#357D4E
5#3B7750
6#417152
7#476B54
8#4D6556
9#535F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB9 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE294 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD975 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9547 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4421 | 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: #F2FCF6;
--sea-green-100: #E1F9EA;
--sea-green-200: #C8F4D7;
--sea-green-300: #9DECB9;
--sea-green-400: #6AE294;
--sea-green-500: #3FD975;
--sea-green-600: #25BB5A;
--sea-green-700: #1D9547;
--sea-green-800: #156A33;
--sea-green-900: #0D4421;
--sea-green-950: #082B14;
}