Slate Gray
#8193CA
BlueColor Codes
All color formats for development
HEX
#8193CARGB
rgb(129, 147, 202)HSL
hsl(225, 41%, 65%)OKLCH
oklch(0.67 0.085 270.1)CMYK
cmyk(36%, 27%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7FC1
2#526CB7
3#445CA4
4#3B4F8C
5#314275
6#27355D
7#1D2846
8#141A2F
9#0A0D17
Tints
Lighter variations
1#8E9ED0
2#9AA9D5
3#A7B4DA
4#B3BEDF
5#C0C9E5
6#CDD4EA
7#D9DFEF
8#E6E9F4
9#F2F4FA
Tones
Muted variations
1#8595C7
2#8897C3
3#8C99BF
4#909BBC
5#939DB8
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 | 8193 #8193CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D75 #5D75BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4259 #42599E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3547 #35477E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2633 #26335A | 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: #8193CA;
--slate-gray-500: #5D75BB;
--slate-gray-600: #42599E;
--slate-gray-700: #35477E;
--slate-gray-800: #26335A;
--slate-gray-900: #18203A;
--slate-gray-950: #0F1424;
}