Slate Gray
#8191CA
BlueColor Codes
All color formats for development
HEX
#8191CARGB
rgb(129, 145, 202)HSL
hsl(227, 41%, 65%)OKLCH
oklch(0.666 0.087 271.8)CMYK
cmyk(36%, 28%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7DC1
2#5268B7
3#4459A4
4#3B4C8C
5#314075
6#27335D
7#1D2646
8#14192F
9#0A0D17
Tints
Lighter variations
1#8E9CD0
2#9AA7D5
3#A7B2DA
4#B3BDDF
5#C0C8E5
6#CDD3EA
7#D9DEEF
8#E6E9F4
9#F2F4FA
Tones
Muted variations
1#8593C7
2#8895C3
3#8C97BF
4#9099BC
5#939BB8
6#979DB4
7#9BA0B1
8#9EA2AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB7 #ACB7DC | BordersInactive statesPlaceholder text |
| 400 | 8191 #8191CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D72 #5D72BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4256 #42569E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3545 #35457E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2631 #26315A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F6FA;
--slate-gray-100: #E6E9F4;
--slate-gray-200: #D0D6EB;
--slate-gray-300: #ACB7DC;
--slate-gray-400: #8191CA;
--slate-gray-500: #5D72BB;
--slate-gray-600: #42569E;
--slate-gray-700: #35457E;
--slate-gray-800: #26315A;
--slate-gray-900: #181F3A;
--slate-gray-950: #0F1424;
}