Slate Gray
#6B97AE
BlueColor Codes
All color formats for development
HEX
#6B97AERGB
rgb(107, 151, 174)HSL
hsl(201, 29%, 55%)OKLCH
oklch(0.653 0.059 231.6)CMYK
cmyk(39%, 13%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A89A3
2#507A91
3#466B7F
4#3C5B6D
5#324C5A
6#283D48
7#1E2E36
8#141E24
9#0A0F12
Tints
Lighter variations
1#7AA1B6
2#89ABBE
3#97B6C6
4#A6C0CE
5#B5CBD6
6#C4D5DE
7#D3E0E7
8#E1EAEF
9#F0F5F7
Tones
Muted variations
1#6E95AA
2#7294A7
3#7593A4
4#7892A0
5#7C919D
6#7F909A
7#828F96
8#868E93
9#898D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E1 #D4E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C9 #B3C9D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAE #8CAEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B96 #6B96AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507A #507A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F61 #3F6173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D45 #2D4552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C35 | 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: #F5F8FA;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D4E1E7;
--slate-gray-300: #B3C9D5;
--slate-gray-400: #8CAEC0;
--slate-gray-500: #6B96AE;
--slate-gray-600: #507A91;
--slate-gray-700: #3F6173;
--slate-gray-800: #2D4552;
--slate-gray-900: #1D2C35;
--slate-gray-950: #121C21;
}