Sea Green
#248F66
GreenColor Codes
All color formats for development
HEX
#248F66RGB
rgb(36, 143, 102)HSL
hsl(157, 60%, 35%)OKLCH
oklch(0.58 0.114 162.6)CMYK
cmyk(75%, 0%, 29%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20815C
2#1D7251
3#196447
4#15563D
5#124733
6#0E3929
7#0B2B1F
8#071D14
9#040E0A
Tints
Lighter variations
1#2AA979
2#31C48C
3#45D19B
4#60D7A9
5#7ADEB8
6#95E4C6
7#AFEBD4
8#CAF2E2
9#E4F8F1
Tones
Muted variations
1#298964
2#2E8463
3#347F62
4#397961
5#3E745F
6#446F5E
7#49695D
8#4F645C
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB2 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D19C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E2F8F0;
--sea-green-200: #CAF2E2;
--sea-green-300: #A1E8CD;
--sea-green-400: #70DBB2;
--sea-green-500: #47D19C;
--sea-green-600: #2DB480;
--sea-green-700: #248F66;
--sea-green-800: #1A6649;
--sea-green-900: #10412F;
--sea-green-950: #0A291D;
}