Sea Green
#248F54
GreenColor Codes
All color formats for development
HEX
#248F54RGB
rgb(36, 143, 84)HSL
hsl(147, 60%, 35%)OKLCH
oklch(0.576 0.131 154)CMYK
cmyk(75%, 0%, 41%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20814C
2#1D7243
3#19643B
4#155632
5#12472A
6#0E3922
7#0B2B19
8#071D11
9#040E08
Tints
Lighter variations
1#2AA963
2#31C473
3#45D184
4#60D796
5#7ADEA7
6#95E4B9
7#AFEBCA
8#CAF2DC
9#E4F8ED
Tones
Muted variations
1#298954
2#2E8455
3#347F56
4#397956
5#3E7457
6#446F57
7#496958
8#4F6458
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 | 70DB #70DBA0 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D185 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104126 | 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: #70DBA0;
--sea-green-500: #47D185;
--sea-green-600: #2DB469;
--sea-green-700: #248F54;
--sea-green-800: #1A663C;
--sea-green-900: #104126;
--sea-green-950: #0A2918;
}