Slate Gray
#6B8BAE
BlueColor Codes
All color formats for development
HEX
#6B8BAERGB
rgb(107, 139, 174)HSL
hsl(211, 29%, 55%)OKLCH
oklch(0.626 0.064 251.1)CMYK
cmyk(39%, 20%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A7DA3
2#506F91
3#46617F
4#3C536D
5#32455A
6#283848
7#1E2A36
8#141C24
9#0A0E12
Tints
Lighter variations
1#7A97B6
2#89A2BE
3#97AEC6
4#A6B9CE
5#B5C5D6
6#C4D1DE
7#D3DCE7
8#E1E8EF
9#F0F3F7
Tones
Muted variations
1#6E8BAA
2#728BA7
3#758BA4
4#788CA0
5#7C8C9D
6#7F8C9A
7#828C96
8#868C93
9#898C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DE #D4DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C4 #B3C4D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA5 #8CA5C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B8B #6B8BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506F #506F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F58 #3F5873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3F #2D3F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D28 #1D2835 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7FA;
--slate-gray-100: #E8EDF2;
--slate-gray-200: #D4DEE7;
--slate-gray-300: #B3C4D5;
--slate-gray-400: #8CA5C0;
--slate-gray-500: #6B8BAE;
--slate-gray-600: #506F91;
--slate-gray-700: #3F5873;
--slate-gray-800: #2D3F52;
--slate-gray-900: #1D2835;
--slate-gray-950: #121921;
}