Slate Gray
#8297C9
BlueColor Codes
All color formats for development
HEX
#8297C9RGB
rgb(130, 151, 201)HSL
hsl(222, 40%, 65%)OKLCH
oklch(0.679 0.078 266.7)CMYK
cmyk(35%, 25%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B84C0
2#5471B6
3#4661A2
4#3C548B
5#324674
6#28385D
7#1E2A46
8#141C2E
9#0A0E17
Tints
Lighter variations
1#8FA2CF
2#9BACD4
3#A8B7DA
4#B4C1DF
5#C1CBE4
6#CDD6EA
7#DAE0EF
8#E6EAF4
9#F3F5FA
Tones
Muted variations
1#8699C6
2#899AC2
3#8D9CBF
4#909DBB
5#949FB8
6#97A0B4
7#9BA1B0
8#9FA3AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDC | BordersInactive statesPlaceholder text |
| 400 | 8297 #8297C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7A #5E7ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435E #435E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #263659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #182239 | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F6FA;
--slate-gray-100: #E6EAF4;
--slate-gray-200: #D1D9EB;
--slate-gray-300: #ADBBDC;
--slate-gray-400: #8297C9;
--slate-gray-500: #5E7ABA;
--slate-gray-600: #435E9D;
--slate-gray-700: #364B7D;
--slate-gray-800: #263659;
--slate-gray-900: #182239;
--slate-gray-950: #0F1524;
}