Slate Gray
#6B87AE
BlueColor Codes
All color formats for development
HEX
#6B87AERGB
rgb(107, 135, 174)HSL
hsl(215, 29%, 55%)OKLCH
oklch(0.617 0.068 256.7)CMYK
cmyk(39%, 22%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A78A3
2#506B91
3#465D7F
4#3C506D
5#32435A
6#283548
7#1E2836
8#141B24
9#0A0D12
Tints
Lighter variations
1#7A93B6
2#899FBE
3#97ABC6
4#A6B7CE
5#B5C3D6
6#C4CFDE
7#D3DBE7
8#E1E7EF
9#F0F3F7
Tones
Muted variations
1#6E87AA
2#7288A7
3#7588A4
4#7889A0
5#7C899D
6#7F8A9A
7#828B96
8#868B93
9#898C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DC #D4DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C2 #B3C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA1 #8CA1C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B87 #6B87AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506B #506B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F55 #3F5573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3D #2D3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2735 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7FA;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D4DCE7;
--slate-gray-300: #B3C2D5;
--slate-gray-400: #8CA1C0;
--slate-gray-500: #6B87AE;
--slate-gray-600: #506B91;
--slate-gray-700: #3F5573;
--slate-gray-800: #2D3D52;
--slate-gray-900: #1D2735;
--slate-gray-950: #121821;
}