Slate Gray
#6C97AC
BlueColor Codes
All color formats for development
HEX
#6C97ACRGB
rgb(108, 151, 172)HSL
hsl(200, 28%, 55%)OKLCH
oklch(0.653 0.056 229.7)CMYK
cmyk(37%, 12%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B8AA2
2#517B90
3#476B7E
4#3D5C6C
5#324D5A
6#283D48
7#1E2E36
8#141F24
9#0A0F12
Tints
Lighter variations
1#7BA1B5
2#89ACBD
3#98B6C5
4#A7C1CD
5#B6CBD6
6#C4D5DE
7#D3E0E6
8#E2EAEE
9#F0F5F7
Tones
Muted variations
1#6F96A9
2#7395A6
3#7694A3
4#7993A0
5#7C929C
6#7F9199
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 | B4CA #B4CAD5 | BordersInactive statesPlaceholder text |
| 400 | 8DAE #8DAEBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C97 #6C97AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517B #517B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4062 #406272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E46 #2E4652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D34 | 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: #B4CAD5;
--slate-gray-400: #8DAEBF;
--slate-gray-500: #6C97AC;
--slate-gray-600: #517B90;
--slate-gray-700: #406272;
--slate-gray-800: #2E4652;
--slate-gray-900: #1D2D34;
--slate-gray-950: #121C21;
}