Slate Gray
#6B98AE
BlueColor Codes
All color formats for development
HEX
#6B98AERGB
rgb(107, 152, 174)HSL
hsl(200, 29%, 55%)OKLCH
oklch(0.655 0.059 229.9)CMYK
cmyk(39%, 13%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A8AA3
2#507B91
3#466C7F
4#3C5C6D
5#324D5A
6#283E48
7#1E2E36
8#141F24
9#0A0F12
Tints
Lighter variations
1#7AA2B6
2#89ACBE
3#97B6C6
4#A6C1CE
5#B5CBD6
6#C4D6DE
7#D3E0E7
8#E1EAEF
9#F0F5F7
Tones
Muted variations
1#6E96AA
2#7295A7
3#7594A4
4#7893A0
5#7C929D
6#7F919A
7#829096
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 | B3CA #B3CAD5 | BordersInactive statesPlaceholder text |
| 400 | 8CAE #8CAEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B97 #6B97AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507B #507B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F62 #3F6273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D46 #2D4652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D35 | 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: #B3CAD5;
--slate-gray-400: #8CAEC0;
--slate-gray-500: #6B97AE;
--slate-gray-600: #507B91;
--slate-gray-700: #3F6273;
--slate-gray-800: #2D4652;
--slate-gray-900: #1D2D35;
--slate-gray-950: #121C21;
}