Slate Gray
#8196CA
BlueColor Codes
All color formats for development
HEX
#8196CARGB
rgb(129, 150, 202)HSL
hsl(223, 41%, 65%)OKLCH
oklch(0.677 0.081 267.3)CMYK
cmyk(36%, 26%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A82C1
2#526FB7
3#445FA4
4#3B528C
5#314475
6#27375D
7#1D2946
8#141B2F
9#0A0E17
Tints
Lighter variations
1#8EA0D0
2#9AABD5
3#A7B5DA
4#B3C0DF
5#C0CAE5
6#CDD5EA
7#D9DFEF
8#E6EAF4
9#F2F4FA
Tones
Muted variations
1#8597C7
2#8899C3
3#8C9BBF
4#909CBC
5#939EB8
6#979FB4
7#9BA1B1
8#9EA3AD
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 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADC | BordersInactive statesPlaceholder text |
| 400 | 8196 #8196CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D78 #5D78BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425C #425C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3549 #35497E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | 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: #D0D8EB;
--slate-gray-300: #ACBADC;
--slate-gray-400: #8196CA;
--slate-gray-500: #5D78BB;
--slate-gray-600: #425C9E;
--slate-gray-700: #35497E;
--slate-gray-800: #26345A;
--slate-gray-900: #18223A;
--slate-gray-950: #0F1524;
}