Slate Gray
#8192CA
BlueColor Codes
All color formats for development
HEX
#8192CARGB
rgb(129, 146, 202)HSL
hsl(226, 41%, 65%)OKLCH
oklch(0.668 0.086 271)CMYK
cmyk(36%, 28%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7EC1
2#526AB7
3#445BA4
4#3B4E8C
5#314175
6#27345D
7#1D2746
8#141A2F
9#0A0D17
Tints
Lighter variations
1#8E9DD0
2#9AA8D5
3#A7B3DA
4#B3BEDF
5#C0C9E5
6#CDD3EA
7#D9DEEF
8#E6E9F4
9#F2F4FA
Tones
Muted variations
1#8594C7
2#8896C3
3#8C98BF
4#909ABC
5#939CB8
6#979EB4
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 | D0D7 #D0D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DC | BordersInactive statesPlaceholder text |
| 400 | 8192 #8192CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D73 #5D73BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4258 #42589E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3546 #35467E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #26325A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | 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: #D0D7EB;
--slate-gray-300: #ACB8DC;
--slate-gray-400: #8192CA;
--slate-gray-500: #5D73BB;
--slate-gray-600: #42589E;
--slate-gray-700: #35467E;
--slate-gray-800: #26325A;
--slate-gray-900: #18203A;
--slate-gray-950: #0F1424;
}