Sea Green
#1D954B
GreenColor Codes
All color formats for development
HEX
#1D954BRGB
rgb(29, 149, 75)HSL
hsl(143, 67%, 35%)OKLCH
oklch(0.59 0.15 150.7)CMYK
cmyk(81%, 0%, 50%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8644
2#18773C
3#156835
4#12592D
5#0F4B26
6#0C3C1E
7#092D17
8#061E0F
9#030F08
Tints
Lighter variations
1#23B159
2#28CC67
3#3DD979
4#59DE8C
5#75E49F
6#90E9B2
7#ACEFC6
8#C8F4D9
9#E3FAEC
Tones
Muted variations
1#238F4D
2#29894E
3#2F834F
4#357D51
5#3B7752
6#417154
7#476B55
8#4D6556
9#535F58
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 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBB | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE298 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97A | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4422 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | 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: #C8F4D9;
--sea-green-300: #9DECBB;
--sea-green-400: #6AE298;
--sea-green-500: #3FD97A;
--sea-green-600: #25BB5F;
--sea-green-700: #1D954B;
--sea-green-800: #156A36;
--sea-green-900: #0D4422;
--sea-green-950: #082B16;
}