Slate Gray
#8195CA
BlueColor Codes
All color formats for development
HEX
#8195CARGB
rgb(129, 149, 202)HSL
hsl(224, 41%, 65%)OKLCH
oklch(0.675 0.082 268.2)CMYK
cmyk(36%, 26%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A81C1
2#526DB7
3#445EA4
4#3B508C
5#314375
6#27365D
7#1D2846
8#141B2F
9#0A0D17
Tints
Lighter variations
1#8E9FD0
2#9AAAD5
3#A7B5DA
4#B3BFDF
5#C0CAE5
6#CDD4EA
7#D9DFEF
8#E6EAF4
9#F2F4FA
Tones
Muted variations
1#8596C7
2#8898C3
3#8C9ABF
4#909CBC
5#939DB8
6#979FB4
7#9BA1B1
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 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB9 #ACB9DC | BordersInactive statesPlaceholder text |
| 400 | 8195 #8195CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D76 #5D76BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425B #425B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3548 #35487E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | 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: #ACB9DC;
--slate-gray-400: #8195CA;
--slate-gray-500: #5D76BB;
--slate-gray-600: #425B9E;
--slate-gray-700: #35487E;
--slate-gray-800: #26345A;
--slate-gray-900: #18213A;
--slate-gray-950: #0F1524;
}