Sea Green
#1D965F
GreenColor Codes
All color formats for development
HEX
#1D965FRGB
rgb(29, 150, 95)HSL
hsl(153, 68%, 35%)OKLCH
oklch(0.596 0.132 157.5)CMYK
cmyk(81%, 0%, 37%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A8756
2#17784C
3#146943
4#115A39
5#0E4B30
6#0B3C26
7#092D1D
8#061E13
9#030F0A
Tints
Lighter variations
1#22B271
2#27CE83
3#3CDA93
4#58DFA2
5#74E4B2
6#90EAC1
7#ABEFD1
8#C7F4E0
9#E3FAF0
Tones
Muted variations
1#23905F
2#298A5E
3#2F845D
4#357E5D
5#3B785C
6#41725C
7#476B5B
8#4D655A
9#535F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF8;
--sea-green-100: #E1F9EE;
--sea-green-200: #C7F4E0;
--sea-green-300: #9CECC8;
--sea-green-400: #69E2AC;
--sea-green-500: #3EDA94;
--sea-green-600: #24BC78;
--sea-green-700: #1D965F;
--sea-green-800: #146B44;
--sea-green-900: #0D452C;
--sea-green-950: #082B1B;
}