Sea Green
#239054
GreenColor Codes
All color formats for development
HEX
#239054RGB
rgb(35, 144, 84)HSL
hsl(147, 61%, 35%)OKLCH
oklch(0.579 0.133 153.9)CMYK
cmyk(76%, 0%, 42%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F814B
2#1C7343
3#18653B
4#155632
5#11482A
6#0E3922
7#0A2B19
8#071D11
9#030E08
Tints
Lighter variations
1#29AA63
2#30C573
3#44D284
4#5FD895
5#7ADFA7
6#94E5B9
7#AFECCA
8#CAF2DC
9#E4F9ED
Tones
Muted variations
1#288A54
2#2E8555
3#337F55
4#397A56
5#3E7457
6#436F57
7#496A58
8#4E6458
9#545F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA0 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D285 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB569 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239054 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104226 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E2F8EC;
--sea-green-200: #CAF2DC;
--sea-green-300: #A1E8C1;
--sea-green-400: #6FDCA0;
--sea-green-500: #46D285;
--sea-green-600: #2CB569;
--sea-green-700: #239054;
--sea-green-800: #19673C;
--sea-green-900: #104226;
--sea-green-950: #0A2918;
}