Slate Gray
#6C75AC
BlueColor Codes
All color formats for development
HEX
#6C75ACRGB
rgb(108, 117, 172)HSL
hsl(232, 28%, 55%)OKLCH
oklch(0.578 0.085 276.3)CMYK
cmyk(37%, 32%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B64A2
2#515990
3#474E7E
4#3D436C
5#32385A
6#282D48
7#1E2136
8#141624
9#0A0B12
Tints
Lighter variations
1#7B83B5
2#8990BD
3#989EC5
4#A7ACCD
5#B6BAD6
6#C4C8DE
7#D3D6E6
8#E2E3EE
9#F0F1F7
Tones
Muted variations
1#6F77A9
2#7379A6
3#767CA3
4#797EA0
5#7C809C
6#7F8399
7#838596
8#868893
9#898A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B8 #B4B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8D93 #8D93BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C75 #6C75AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5159 #515990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4047 #404772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E33 #2E3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D5D7E7;
--slate-gray-300: #B4B8D5;
--slate-gray-400: #8D93BF;
--slate-gray-500: #6C75AC;
--slate-gray-600: #515990;
--slate-gray-700: #404772;
--slate-gray-800: #2E3352;
--slate-gray-900: #1D2034;
--slate-gray-950: #121421;
}