Sea Green
#248F49
GreenColor Codes
All color formats for development
HEX
#248F49RGB
rgb(36, 143, 73)HSL
hsl(141, 60%, 35%)OKLCH
oklch(0.574 0.142 150.3)CMYK
cmyk(75%, 0%, 49%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208142
2#1D723B
3#196433
4#15562C
5#124725
6#0E391D
7#0B2B16
8#071D0F
9#040E07
Tints
Lighter variations
1#2AA957
2#31C464
3#45D176
4#60D78A
5#7ADE9D
6#95E4B1
7#AFEBC4
8#CAF2D8
9#E4F8EB
Tones
Muted variations
1#29894B
2#2E844C
3#347F4E
4#397950
5#3E7451
6#446F53
7#496954
8#4F6456
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 | 70DB #70DB96 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D178 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB45C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6634 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104121 | 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: #70DB96;
--sea-green-500: #47D178;
--sea-green-600: #2DB45C;
--sea-green-700: #248F49;
--sea-green-800: #1A6634;
--sea-green-900: #104121;
--sea-green-950: #0A2915;
}