Slate Gray
#8186CA
BlueColor Codes
All color formats for development
HEX
#8186CARGB
rgb(129, 134, 202)HSL
hsl(236, 41%, 65%)OKLCH
oklch(0.644 0.102 279.9)CMYK
cmyk(36%, 34%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A70C1
2#5259B7
3#444BA4
4#3B408C
5#313575
6#272B5D
7#1D2046
8#14152F
9#0A0B17
Tints
Lighter variations
1#8E92D0
2#9A9ED5
3#A7AADA
4#B3B6DF
5#C0C3E5
6#CDCFEA
7#D9DBEF
8#E6E7F4
9#F2F3FA
Tones
Muted variations
1#8589C7
2#888CC3
3#8C90BF
4#9093BC
5#9396B8
6#9799B4
7#9B9CB1
8#9E9FAD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB0 #ACB0DC | BordersInactive statesPlaceholder text |
| 400 | 8186 #8186CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D63 #5D63BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4248 #42489E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353A #353A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2629 #26295A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FA;
--slate-gray-100: #E6E7F4;
--slate-gray-200: #D0D2EB;
--slate-gray-300: #ACB0DC;
--slate-gray-400: #8186CA;
--slate-gray-500: #5D63BB;
--slate-gray-600: #42489E;
--slate-gray-700: #353A7E;
--slate-gray-800: #26295A;
--slate-gray-900: #181A3A;
--slate-gray-950: #0F1024;
}