Slate Gray
#9498B8
BlueColor Codes
All color formats for development
HEX
#9498B8RGB
rgb(148, 152, 184)HSL
hsl(233, 20%, 65%)OKLCH
oklch(0.687 0.047 279.5)CMYK
cmyk(20%, 17%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8085AA
2#6C729D
3#5D628B
4#505477
5#424663
6#353850
7#282A3C
8#1B1C28
9#0D0E14
Tints
Lighter variations
1#9FA2BF
2#A9ADC6
3#B4B7CD
4#BFC1D4
5#C9CCDB
6#D4D6E2
7#DFE0EA
8#EAEAF1
9#F4F5F8
Tones
Muted variations
1#9699B6
2#979BB4
3#999CB2
4#9B9EB0
5#9D9FAF
6#9FA0AD
7#A0A2AB
8#A2A3A9
9#A4A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBD0 | BordersInactive statesPlaceholder text |
| 400 | 9498 #9498B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757B #757BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5F #5A5F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3336 #33364D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF1;
--slate-gray-200: #D7D9E4;
--slate-gray-300: #B9BBD0;
--slate-gray-400: #9498B8;
--slate-gray-500: #757BA3;
--slate-gray-600: #5A5F87;
--slate-gray-700: #474C6B;
--slate-gray-800: #33364D;
--slate-gray-900: #212331;
--slate-gray-950: #14161F;
}