Sea Green
#1D964B
GreenColor Codes
All color formats for development
HEX
#1D964BRGB
rgb(29, 150, 75)HSL
hsl(143, 68%, 35%)OKLCH
oklch(0.592 0.151 150.5)CMYK
cmyk(81%, 0%, 50%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8744
2#17783C
3#146935
4#115A2D
5#0E4B26
6#0B3C1E
7#092D17
8#061E0F
9#030F08
Tints
Lighter variations
1#22B259
2#27CE67
3#3CDA79
4#58DF8C
5#74E49F
6#90EAB2
7#ABEFC5
8#C7F4D9
9#E3FAEC
Tones
Muted variations
1#23904D
2#298A4E
3#2F844F
4#357E51
5#3B7852
6#417254
7#476B55
8#4D6556
9#535F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E298 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7A | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4522 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E1F9EA;
--sea-green-200: #C7F4D9;
--sea-green-300: #9CECBB;
--sea-green-400: #69E298;
--sea-green-500: #3EDA7A;
--sea-green-600: #24BC5E;
--sea-green-700: #1D964B;
--sea-green-800: #146B36;
--sea-green-900: #0D4522;
--sea-green-950: #082B15;
}