Slate Gray
#7B869D
BlueColor Codes
All color formats for development
HEX
#7B869DRGB
rgb(123, 134, 157)HSL
hsl(221, 15%, 55%)OKLCH
oklch(0.619 0.037 265.1)CMYK
cmyk(22%, 15%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7791
2#5F6A81
3#535D71
4#485061
5#3C4251
6#303541
7#242830
8#181B20
9#0C0D10
Tints
Lighter variations
1#8892A7
2#959EB1
3#A3AABB
4#B0B6C4
5#BDC2CE
6#CACFD8
7#D7DBE2
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#7D879C
2#7E879A
3#808898
4#828897
5#848995
6#858A93
7#878A91
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 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 98A1 #98A1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B86 #7B869D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6A #5F6A81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C54 #4C5467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C49 | 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: #BCC1CD;
--slate-gray-400: #98A1B3;
--slate-gray-500: #7B869D;
--slate-gray-600: #5F6A81;
--slate-gray-700: #4C5467;
--slate-gray-800: #363C49;
--slate-gray-900: #23272F;
--slate-gray-950: #16181D;
}