Slate Gray
#6B93AE
BlueColor Codes
All color formats for development
HEX
#6B93AERGB
rgb(107, 147, 174)HSL
hsl(204, 29%, 55%)OKLCH
oklch(0.644 0.06 238.4)CMYK
cmyk(39%, 16%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A86A3
2#507791
3#46687F
4#3C596D
5#324A5A
6#283B48
7#1E2D36
8#141E24
9#0A0F12
Tints
Lighter variations
1#7A9EB6
2#89A9BE
3#97B3C6
4#A6BECE
5#B5C9D6
6#C4D4DE
7#D3DFE7
8#E1E9EF
9#F0F4F7
Tones
Muted variations
1#6E92AA
2#7292A7
3#7591A4
4#7890A0
5#7C909D
6#7F8F9A
7#828E96
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 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E0 #D4E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C8 #B3C8D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAB #8CABC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B93 #6B93AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5077 #507791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5E #3F5E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D43 #2D4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B35 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8FA;
--slate-gray-100: #E8EEF2;
--slate-gray-200: #D4E0E7;
--slate-gray-300: #B3C8D5;
--slate-gray-400: #8CABC0;
--slate-gray-500: #6B93AE;
--slate-gray-600: #507791;
--slate-gray-700: #3F5E73;
--slate-gray-800: #2D4352;
--slate-gray-900: #1D2B35;
--slate-gray-950: #121B21;
}