Slate Gray
#7B879D
BlueColor Codes
All color formats for development
HEX
#7B879DRGB
rgb(123, 135, 157)HSL
hsl(219, 15%, 55%)OKLCH
oklch(0.621 0.036 262.6)CMYK
cmyk(22%, 14%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7991
2#5F6B81
3#535E71
4#485061
5#3C4351
6#303641
7#242830
8#181B20
9#0C0D10
Tints
Lighter variations
1#8893A7
2#959FB1
3#A3ABBB
4#B0B7C4
5#BDC3CE
6#CACFD8
7#D7DBE2
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#7D889C
2#7E889A
3#808998
4#828997
5#848A95
6#858A93
7#878B91
8#898B90
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 98A2 #98A2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B87 #7B879D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6B #5F6B81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C55 #4C5567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D9DCE3;
--slate-gray-300: #BCC2CD;
--slate-gray-400: #98A2B3;
--slate-gray-500: #7B879D;
--slate-gray-600: #5F6B81;
--slate-gray-700: #4C5567;
--slate-gray-800: #363D49;
--slate-gray-900: #23272F;
--slate-gray-950: #16181D;
}