Sea Green
#248F60
GreenColor Codes
All color formats for development
HEX
#248F60RGB
rgb(36, 143, 96)HSL
hsl(154, 60%, 35%)OKLCH
oklch(0.579 0.12 159.4)CMYK
cmyk(75%, 0%, 33%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208157
2#1D724D
3#196443
4#15563A
5#124730
6#0E3927
7#0B2B1D
8#071D13
9#040E0A
Tints
Lighter variations
1#2AA972
2#31C484
3#45D194
4#60D7A4
5#7ADEB3
6#95E4C2
7#AFEBD1
8#CAF2E1
9#E4F8F0
Tones
Muted variations
1#298960
2#2E845F
3#347F5E
4#39795E
5#3E745D
6#446F5C
7#49695B
8#4F645B
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBAD | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D195 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB479 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6645 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E2F8EF;
--sea-green-200: #CAF2E1;
--sea-green-300: #A1E8C9;
--sea-green-400: #70DBAD;
--sea-green-500: #47D195;
--sea-green-600: #2DB479;
--sea-green-700: #248F60;
--sea-green-800: #1A6645;
--sea-green-900: #10412C;
--sea-green-950: #0A291C;
}