Slate Gray
#7B849D
BlueColor Codes
All color formats for development
HEX
#7B849DRGB
rgb(123, 132, 157)HSL
hsl(224, 15%, 55%)OKLCH
oklch(0.615 0.039 269.6)CMYK
cmyk(22%, 16%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7591
2#5F6881
3#535B71
4#484E61
5#3C4151
6#303441
7#242730
8#181A20
9#0C0D10
Tints
Lighter variations
1#8890A7
2#959DB1
3#A3A9BB
4#B0B5C4
5#BDC2CE
6#CACED8
7#D7DAE2
8#E5E6EB
9#F2F3F5
Tones
Muted variations
1#7D859C
2#7E869A
3#808798
4#828797
5#848895
6#858993
7#878A91
8#898B90
9#8B8B8E
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 | BCC0 #BCC0CD | BordersInactive statesPlaceholder text |
| 400 | 98A0 #98A0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B84 #7B849D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F68 #5F6881 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C53 #4C5367 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | 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: #BCC0CD;
--slate-gray-400: #98A0B3;
--slate-gray-500: #7B849D;
--slate-gray-600: #5F6881;
--slate-gray-700: #4C5367;
--slate-gray-800: #363B49;
--slate-gray-900: #23262F;
--slate-gray-950: #16181D;
}