Sea Green
#239049
GreenColor Codes
All color formats for development
HEX
#239049RGB
rgb(35, 144, 73)HSL
hsl(141, 61%, 35%)OKLCH
oklch(0.577 0.143 150.2)CMYK
cmyk(76%, 0%, 49%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8142
2#1C733A
3#186533
4#15562C
5#114824
6#0E391D
7#0A2B16
8#071D0F
9#030E07
Tints
Lighter variations
1#29AA56
2#30C564
3#44D276
4#5FD889
5#7ADF9D
6#94E5B1
7#AFECC4
8#CAF2D8
9#E4F9EB
Tones
Muted variations
1#288A4B
2#2E854C
3#337F4E
4#397A4F
5#3E7451
6#436F53
7#496A54
8#4E6456
9#545F58
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC95 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D277 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239049 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196734 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E2F8EA;
--sea-green-200: #CAF2D8;
--sea-green-300: #A1E8BA;
--sea-green-400: #6FDC95;
--sea-green-500: #46D277;
--sea-green-600: #2CB55C;
--sea-green-700: #239049;
--sea-green-800: #196734;
--sea-green-900: #104221;
--sea-green-950: #0A2915;
}