Slate Gray
#6B92AE
BlueColor Codes
All color formats for development
HEX
#6B92AERGB
rgb(107, 146, 174)HSL
hsl(205, 29%, 55%)OKLCH
oklch(0.642 0.06 240.1)CMYK
cmyk(39%, 16%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A84A3
2#507691
3#46677F
4#3C586D
5#324A5A
6#283B48
7#1E2C36
8#141D24
9#0A0F12
Tints
Lighter variations
1#7A9DB6
2#89A8BE
3#97B3C6
4#A6BDCE
5#B5C8D6
6#C4D3DE
7#D3DEE7
8#E1E9EF
9#F0F4F7
Tones
Muted variations
1#6E91AA
2#7291A7
3#7590A4
4#7890A0
5#7C8F9D
6#7F8E9A
7#828E96
8#868D93
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 | D4DF #D4DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C7 #B3C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAA #8CAAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B92 #6B92AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5076 #507691 | 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: #D4DFE7;
--slate-gray-300: #B3C7D5;
--slate-gray-400: #8CAAC0;
--slate-gray-500: #6B92AE;
--slate-gray-600: #507691;
--slate-gray-700: #3F5E73;
--slate-gray-800: #2D4352;
--slate-gray-900: #1D2B35;
--slate-gray-950: #121B21;
}