Slate Gray
#6C91AC
BlueColor Codes
All color formats for development
HEX
#6C91ACRGB
rgb(108, 145, 172)HSL
hsl(205, 28%, 55%)OKLCH
oklch(0.639 0.058 240.5)CMYK
cmyk(37%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B84A2
2#517590
3#47677E
4#3D586C
5#32495A
6#283B48
7#1E2C36
8#141D24
9#0A0F12
Tints
Lighter variations
1#7B9DB5
2#89A7BD
3#98B2C5
4#A7BDCD
5#B6C8D6
6#C4D3DE
7#D3DEE6
8#E2E9EE
9#F0F4F7
Tones
Muted variations
1#6F91A9
2#7391A6
3#7690A3
4#798FA0
5#7C8F9C
6#7F8E99
7#838E96
8#868D93
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C7 #B4C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8DAA #8DAABF | Disabled statesSecondary iconsMuted text |
| 500 | 6C92 #6C92AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5175 #517590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405D #405D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E43 #2E4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B34 | 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: #F5F8F9;
--slate-gray-100: #E8EEF2;
--slate-gray-200: #D5DFE7;
--slate-gray-300: #B4C7D5;
--slate-gray-400: #8DAABF;
--slate-gray-500: #6C92AC;
--slate-gray-600: #517590;
--slate-gray-700: #405D72;
--slate-gray-800: #2E4352;
--slate-gray-900: #1D2B34;
--slate-gray-950: #121B21;
}