Sea Green
#248F47
GreenColor Codes
All color formats for development
HEX
#248F47RGB
rgb(36, 143, 71)HSL
hsl(140, 60%, 35%)OKLCH
oklch(0.574 0.144 149.7)CMYK
cmyk(75%, 0%, 50%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208140
2#1D7239
3#196432
4#15562B
5#124724
6#0E391D
7#0B2B15
8#071D0E
9#040E07
Tints
Lighter variations
1#2AA955
2#31C462
3#45D174
4#60D788
5#7ADE9C
6#95E4AF
7#AFEBC3
8#CAF2D7
9#E4F8EB
Tones
Muted variations
1#298949
2#2E844B
3#347F4D
4#39794F
5#3E7450
6#446F52
7#496954
8#4F6456
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 #A1E8B9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB94 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D175 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB45A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6633 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104121 | 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: #A1E8B9;
--sea-green-400: #70DB94;
--sea-green-500: #47D175;
--sea-green-600: #2DB45A;
--sea-green-700: #248F47;
--sea-green-800: #1A6633;
--sea-green-900: #104121;
--sea-green-950: #0A2914;
}