Sea Green
#1D954F
GreenColor Codes
All color formats for development
HEX
#1D954FRGB
rgb(29, 149, 79)HSL
hsl(145, 67%, 35%)OKLCH
oklch(0.59 0.146 151.9)CMYK
cmyk(81%, 0%, 47%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8647
2#18773F
3#156837
4#125930
5#0F4B28
6#0C3C20
7#092D18
8#061E10
9#030F08
Tints
Lighter variations
1#23B15E
2#28CC6D
3#3DD97E
4#59DE90
5#75E4A3
6#90E9B5
7#ACEFC8
8#C8F4DA
9#E3FAED
Tones
Muted variations
1#238F50
2#298951
3#2F8352
4#357D53
5#3B7754
6#417155
7#476B56
8#4D6557
9#535F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4424 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E1F9EB;
--sea-green-200: #C8F4DA;
--sea-green-300: #9DECBE;
--sea-green-400: #6AE29C;
--sea-green-500: #3FD97F;
--sea-green-600: #25BB64;
--sea-green-700: #1D954F;
--sea-green-800: #156A39;
--sea-green-900: #0D4424;
--sea-green-950: #082B17;
}