Slate Gray
#6E87AA
BlueColor Codes
All color formats for development
HEX
#6E87AARGB
rgb(110, 135, 170)HSL
hsl(215, 26%, 55%)OKLCH
oklch(0.617 0.061 256.8)CMYK
cmyk(35%, 21%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D799F
2#536B8D
3#495E7C
4#3E516A
5#344358
6#2A3647
7#1F2835
8#151B23
9#0A0D12
Tints
Lighter variations
1#7D93B3
2#8B9FBB
3#9AABC4
4#A8B7CC
5#B7C3D5
6#C5CFDD
7#D4DBE6
8#E2E7EE
9#F1F3F7
Tones
Muted variations
1#7188A7
2#7488A4
3#7789A1
4#7A899E
5#7D8A9B
6#808A98
7#838B95
8#868B92
9#898C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA2 #8FA2BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E87 #6E87AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536B #536B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4255 #425570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3D #2F3D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2733 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9ECF2;
--slate-gray-200: #D5DCE6;
--slate-gray-300: #B5C2D4;
--slate-gray-400: #8FA2BD;
--slate-gray-500: #6E87AA;
--slate-gray-600: #536B8D;
--slate-gray-700: #425570;
--slate-gray-800: #2F3D50;
--slate-gray-900: #1E2733;
--slate-gray-950: #131820;
}