Sea Green
#248F52
GreenColor Codes
All color formats for development
HEX
#248F52RGB
rgb(36, 143, 82)HSL
hsl(146, 60%, 35%)OKLCH
oklch(0.576 0.133 153.3)CMYK
cmyk(75%, 0%, 43%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20814A
2#1D7242
3#196439
4#155631
5#124729
6#0E3921
7#0B2B19
8#071D10
9#040E08
Tints
Lighter variations
1#2AA961
2#31C471
3#45D182
4#60D794
5#7ADEA5
6#95E4B7
7#AFEBC9
8#CAF2DB
9#E4F8ED
Tones
Muted variations
1#298953
2#2E8454
3#347F54
4#397955
5#3E7456
6#446F56
7#496957
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 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB9F | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D183 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB467 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | 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: #CAF2DB;
--sea-green-300: #A1E8C0;
--sea-green-400: #70DB9F;
--sea-green-500: #47D183;
--sea-green-600: #2DB467;
--sea-green-700: #248F52;
--sea-green-800: #1A663B;
--sea-green-900: #104126;
--sea-green-950: #0A2917;
}