Slate Gray
#6C7EAC
BlueColor Codes
All color formats for development
HEX
#6C7EACRGB
rgb(108, 126, 172)HSL
hsl(223, 28%, 55%)OKLCH
oklch(0.597 0.074 267.7)CMYK
cmyk(37%, 27%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6FA2
2#516390
3#47567E
4#3D4A6C
5#323E5A
6#283148
7#1E2536
8#141924
9#0A0C12
Tints
Lighter variations
1#7B8BB5
2#8998BD
3#98A5C5
4#A7B2CD
5#B6BFD6
6#C4CCDE
7#D3D8E6
8#E2E5EE
9#F0F2F7
Tones
Muted variations
1#6F80A9
2#7381A6
3#7683A3
4#7984A0
5#7C859C
6#7F8799
7#838896
8#868993
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BD #B4BDD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9B #8D9BBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7E #6C7EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5163 #516390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404E #404E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E38 #2E3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B4BDD5;
--slate-gray-400: #8D9BBF;
--slate-gray-500: #6C7EAC;
--slate-gray-600: #516390;
--slate-gray-700: #404E72;
--slate-gray-800: #2E3852;
--slate-gray-900: #1D2434;
--slate-gray-950: #121621;
}