Slate Gray
#7B8B9D
BlueColor Codes
All color formats for development
HEX
#7B8B9DRGB
rgb(123, 139, 157)HSL
hsl(212, 15%, 55%)OKLCH
oklch(0.63 0.033 251.4)CMYK
cmyk(22%, 11%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7D91
2#5F6F81
3#536171
4#485361
5#3C4551
6#303841
7#242A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8897A7
2#95A2B1
3#A3AEBB
4#B0B9C4
5#BDC5CE
6#CAD1D8
7#D7DCE2
8#E5E8EB
9#F2F3F5
Tones
Muted variations
1#7D8B9C
2#7E8B9A
3#808B98
4#828C97
5#848C95
6#858C93
7#878C91
8#898C90
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 98A5 #98A5B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8B #7B8B9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6F #5F6F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C58 #4C5867 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DEE3;
--slate-gray-300: #BCC4CD;
--slate-gray-400: #98A5B3;
--slate-gray-500: #7B8B9D;
--slate-gray-600: #5F6F81;
--slate-gray-700: #4C5867;
--slate-gray-800: #363F49;
--slate-gray-900: #23282F;
--slate-gray-950: #16191D;
}