Slate Gray
#6B6DAE
BlueColor Codes
All color formats for development
HEX
#6B6DAERGB
rgb(107, 109, 174)HSL
hsl(238, 29%, 55%)OKLCH
oklch(0.561 0.1 281.3)CMYK
cmyk(39%, 37%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5CA3
2#505291
3#46487F
4#3C3D6D
5#32335A
6#282948
7#1E1F36
8#141424
9#0A0A12
Tints
Lighter variations
1#7A7CB6
2#898ABE
3#9799C6
4#A6A8CE
5#B5B6D6
6#C4C5DE
7#D3D3E7
8#E1E2EF
9#F0F0F7
Tones
Muted variations
1#6E70AA
2#7273A7
3#7577A4
4#787AA0
5#7C7D9D
6#7F809A
7#828396
8#868693
9#898990
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D5 #D4D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B4 #B3B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8E #8C8EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6D #6B6DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5052 #505291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F41 #3F4173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2E #2D2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E35 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E8E8F2;
--slate-gray-200: #D4D5E7;
--slate-gray-300: #B3B4D5;
--slate-gray-400: #8C8EC0;
--slate-gray-500: #6B6DAE;
--slate-gray-600: #505291;
--slate-gray-700: #3F4173;
--slate-gray-800: #2D2E52;
--slate-gray-900: #1D1E35;
--slate-gray-950: #121321;
}