Slate Gray
#6C7FAC
BlueColor Codes
All color formats for development
HEX
#6C7FACRGB
rgb(108, 127, 172)HSL
hsl(222, 28%, 55%)OKLCH
oklch(0.599 0.073 266.6)CMYK
cmyk(37%, 26%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B70A2
2#516490
3#47577E
4#3D4B6C
5#323E5A
6#283248
7#1E2536
8#141924
9#0A0C12
Tints
Lighter variations
1#7B8CB5
2#8999BD
3#98A6C5
4#A7B2CD
5#B6BFD6
6#C4CCDE
7#D3D9E6
8#E2E5EE
9#F0F2F7
Tones
Muted variations
1#6F81A9
2#7382A6
3#7683A3
4#7985A0
5#7C869C
6#7F8799
7#838896
8#868A93
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 | B4BE #B4BED5 | BordersInactive statesPlaceholder text |
| 400 | 8D9C #8D9CBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7F #6C7FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5164 #516490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404F #404F72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E39 #2E3952 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | 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: #B4BED5;
--slate-gray-400: #8D9CBF;
--slate-gray-500: #6C7FAC;
--slate-gray-600: #516490;
--slate-gray-700: #404F72;
--slate-gray-800: #2E3952;
--slate-gray-900: #1D2434;
--slate-gray-950: #121721;
}