Sea Green
#248F6B
GreenColor Codes
All color formats for development
HEX
#248F6BRGB
rgb(36, 143, 107)HSL
hsl(160, 60%, 35%)OKLCH
oklch(0.582 0.11 165.5)CMYK
cmyk(75%, 0%, 25%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208160
2#1D7256
3#19644B
4#155640
5#124736
6#0E392B
7#0B2B20
8#071D15
9#040E0B
Tints
Lighter variations
1#2AA97F
2#31C493
3#45D1A2
4#60D7AF
5#7ADEBD
6#95E4CA
7#AFEBD7
8#CAF2E4
9#E4F8F2
Tones
Muted variations
1#298969
2#2E8468
3#347F66
4#397964
5#3E7462
6#446F60
7#49695F
8#4F645D
9#545F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104131 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E2F8F1;
--sea-green-200: #CAF2E4;
--sea-green-300: #A1E8D0;
--sea-green-400: #70DBB8;
--sea-green-500: #47D1A3;
--sea-green-600: #2DB487;
--sea-green-700: #248F6B;
--sea-green-800: #1A664C;
--sea-green-900: #104131;
--sea-green-950: #0A291F;
}