Sea Green
#48696A
CyanColor Codes
All color formats for development
HEX
#48696ARGB
rgb(72, 105, 106)HSL
hsl(182, 19%, 35%)OKLCH
oklch(0.496 0.038 198.4)CMYK
cmyk(32%, 1%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415F60
2#3A5455
3#334A4A
4#2B3F40
5#243535
6#1D2A2A
7#162020
8#0E1515
9#070B0B
Tints
Lighter variations
1#567D7E
2#639092
3#75A0A1
4#89ADAE
5#9CBBBC
6#B0C8C9
7#C4D6D7
8#D8E4E4
9#EBF1F2
Tones
Muted variations
1#4A6769
2#4C6667
3#4D6465
4#4F6363
5#516162
6#526060
7#545E5E
8#565C5D
9#585B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFCF | BordersInactive statesPlaceholder text |
| 400 | 95B6 #95B6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A1 #76A1A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B84 #5B8486 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4869 #48696A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F6F9F9;
--sea-green-100: #EAF0F1;
--sea-green-200: #D8E4E4;
--sea-green-300: #B9CFCF;
--sea-green-400: #95B6B7;
--sea-green-500: #76A1A2;
--sea-green-600: #5B8486;
--sea-green-700: #48696A;
--sea-green-800: #344B4C;
--sea-green-900: #213031;
--sea-green-950: #151E1E;
}