Slate Gray
#6B7CAE
BlueColor Codes
All color formats for development
HEX
#6B7CAERGB
rgb(107, 124, 174)HSL
hsl(225, 29%, 55%)OKLCH
oklch(0.593 0.079 269.5)CMYK
cmyk(39%, 29%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6CA3
2#506091
3#46547F
4#3C486D
5#323C5A
6#283048
7#1E2436
8#141824
9#0A0C12
Tints
Lighter variations
1#7A89B6
2#8996BE
3#97A3C6
4#A6B0CE
5#B5BDD6
6#C4CADE
7#D3D8E7
8#E1E5EF
9#F0F2F7
Tones
Muted variations
1#6E7DAA
2#727FA7
3#7581A4
4#7882A0
5#7C849D
6#7F869A
7#828796
8#868993
9#898B90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D9 #D4D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BC #B3BCD5 | BordersInactive statesPlaceholder text |
| 400 | 8C99 #8C99C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7C #6B7CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5060 #506091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4C #3F4C73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D37 #2D3752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D23 #1D2335 | 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: #F5F6FA;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D4D9E7;
--slate-gray-300: #B3BCD5;
--slate-gray-400: #8C99C0;
--slate-gray-500: #6B7CAE;
--slate-gray-600: #506091;
--slate-gray-700: #3F4C73;
--slate-gray-800: #2D3752;
--slate-gray-900: #1D2335;
--slate-gray-950: #121621;
}