Sea Green
#248F42
GreenColor Codes
All color formats for development
HEX
#248F42RGB
rgb(36, 143, 66)HSL
hsl(137, 60%, 35%)OKLCH
oklch(0.573 0.148 148.3)CMYK
cmyk(75%, 0%, 54%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20813B
2#1D7235
3#19642E
4#155628
5#124721
6#0E391A
7#0B2B14
8#071D0D
9#040E07
Tints
Lighter variations
1#2AA94E
2#31C45B
3#45D16D
4#60D782
5#7ADE97
6#95E4AB
7#AFEBC0
8#CAF2D5
9#E4F8EA
Tones
Muted variations
1#298944
2#2E8447
3#347F49
4#39794B
5#3E744E
6#446F50
7#496952
8#4F6455
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B5 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8F | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB453 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E9;
--sea-green-200: #CAF2D5;
--sea-green-300: #A1E8B5;
--sea-green-400: #70DB8F;
--sea-green-500: #47D16E;
--sea-green-600: #2DB453;
--sea-green-700: #248F42;
--sea-green-800: #1A662F;
--sea-green-900: #10411E;
--sea-green-950: #0A2913;
}