Slate Gray
#6C96AC
BlueColor Codes
All color formats for development
HEX
#6C96ACRGB
rgb(108, 150, 172)HSL
hsl(201, 28%, 55%)OKLCH
oklch(0.651 0.056 231.5)CMYK
cmyk(37%, 13%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B89A2
2#517A90
3#476A7E
4#3D5B6C
5#324C5A
6#283D48
7#1E2E36
8#141E24
9#0A0F12
Tints
Lighter variations
1#7BA0B5
2#89ABBD
3#98B5C5
4#A7C0CD
5#B6CAD6
6#C4D5DE
7#D3DFE6
8#E2EAEE
9#F0F4F7
Tones
Muted variations
1#6F95A9
2#7394A6
3#7693A3
4#7992A0
5#7C919C
6#7F9099
7#838F96
8#868E93
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C9 #B4C9D5 | BordersInactive statesPlaceholder text |
| 400 | 8DAD #8DADBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C96 #6C96AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517A #517A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4061 #406172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E45 #2E4552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C34 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D5E1E7;
--slate-gray-300: #B4C9D5;
--slate-gray-400: #8DADBF;
--slate-gray-500: #6C96AC;
--slate-gray-600: #517A90;
--slate-gray-700: #406172;
--slate-gray-800: #2E4552;
--slate-gray-900: #1D2C34;
--slate-gray-950: #121C21;
}