Slate Gray
#7886A1
BlueColor Codes
All color formats for development
HEX
#7886A1RGB
rgb(120, 134, 161)HSL
hsl(220, 18%, 55%)OKLCH
oklch(0.618 0.044 263.5)CMYK
cmyk(25%, 17%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687795
2#5C6984
3#515C74
4#454F63
5#3A4253
6#2E3542
7#232832
8#171A21
9#0C0D11
Tints
Lighter variations
1#8592AA
2#939EB4
3#A0AABD
4#AEB6C7
5#BBC2D0
6#C9CED9
7#D6DBE3
8#E4E7EC
9#F1F3F6
Tones
Muted variations
1#7A869F
2#7C879D
3#7E879B
4#808899
5#828997
6#848995
7#868A92
8#888B90
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC1 #BAC1CF | BordersInactive statesPlaceholder text |
| 400 | 96A0 #96A0B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7885 #7885A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C69 #5C6984 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4954 #495469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343C #343C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D8DCE4;
--slate-gray-300: #BAC1CF;
--slate-gray-400: #96A0B6;
--slate-gray-500: #7885A1;
--slate-gray-600: #5C6984;
--slate-gray-700: #495469;
--slate-gray-800: #343C4B;
--slate-gray-900: #212630;
--slate-gray-950: #15181E;
}