Sea Green
#239047
GreenColor Codes
All color formats for development
HEX
#239047RGB
rgb(35, 144, 71)HSL
hsl(140, 61%, 35%)OKLCH
oklch(0.576 0.145 149.7)CMYK
cmyk(76%, 0%, 51%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8140
2#1C7339
3#186532
4#15562B
5#114824
6#0E391C
7#0A2B15
8#071D0E
9#030E07
Tints
Lighter variations
1#29AA54
2#30C562
3#44D273
4#5FD887
5#7ADF9B
6#94E5AF
7#AFECC3
8#CAF2D7
9#E4F9EB
Tones
Muted variations
1#288A49
2#2E854B
3#337F4D
4#397A4E
5#3E7450
6#436F52
7#496A54
8#4E6456
9#545F57
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 #CAF2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC94 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239047 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196733 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | 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: #CAF2D7;
--sea-green-300: #A1E8B8;
--sea-green-400: #6FDC94;
--sea-green-500: #46D275;
--sea-green-600: #2CB559;
--sea-green-700: #239047;
--sea-green-800: #196733;
--sea-green-900: #104221;
--sea-green-950: #0A2914;
}