Slate Gray
#8C9AC0
BlueColor Codes
All color formats for development
HEX
#8C9AC0RGB
rgb(140, 154, 192)HSL
hsl(224, 29%, 65%)OKLCH
oklch(0.689 0.058 269)CMYK
cmyk(27%, 20%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7687B4
2#6174A8
3#526496
4#475680
5#3B486B
6#2F3956
7#232B40
8#181D2B
9#0C0E15
Tints
Lighter variations
1#97A4C6
2#A3AECC
3#AEB8D3
4#BAC2D9
5#C5CCDF
6#D1D6E6
7#DCE1EC
8#E8EBF2
9#F3F5F9
Tones
Muted variations
1#8E9BBD
2#919CBA
3#949DB8
4#969FB5
5#99A0B3
6#9BA1B0
7#9EA2AE
8#A1A3AB
9#A3A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D9 #D4D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BC #B3BCD5 | BordersInactive statesPlaceholder text |
| 400 | 8C9A #8C9AC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7D #6B7DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5061 #506191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4D #3F4D73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D37 #2D3752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D23 #1D2335 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D4D9E7;
--slate-gray-300: #B3BCD5;
--slate-gray-400: #8C9AC0;
--slate-gray-500: #6B7DAE;
--slate-gray-600: #506191;
--slate-gray-700: #3F4D73;
--slate-gray-800: #2D3752;
--slate-gray-900: #1D2335;
--slate-gray-950: #121621;
}