Slate Gray
#8190CA
BlueColor Codes
All color formats for development
HEX
#8190CARGB
rgb(129, 144, 202)HSL
hsl(228, 41%, 65%)OKLCH
oklch(0.664 0.088 272.7)CMYK
cmyk(36%, 29%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7BC1
2#5266B7
3#4457A4
4#3B4B8C
5#313E75
6#27325D
7#1D2546
8#14192F
9#0A0C17
Tints
Lighter variations
1#8E9BD0
2#9AA6D5
3#A7B1DA
4#B3BCDF
5#C0C7E5
6#CDD3EA
7#D9DEEF
8#E6E9F4
9#F2F4FA
Tones
Muted variations
1#8592C7
2#8894C3
3#8C96BF
4#9099BC
5#939BB8
6#979DB4
7#9B9FB1
8#9EA1AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DC | BordersInactive statesPlaceholder text |
| 400 | 8190 #8190CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D70 #5D70BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4255 #42559E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3543 #35437E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #26305A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FA;
--slate-gray-100: #E6E9F4;
--slate-gray-200: #D0D6EB;
--slate-gray-300: #ACB6DC;
--slate-gray-400: #8190CA;
--slate-gray-500: #5D70BB;
--slate-gray-600: #42559E;
--slate-gray-700: #35437E;
--slate-gray-800: #26305A;
--slate-gray-900: #181F3A;
--slate-gray-950: #0F1324;
}