Slate Gray
#6B7EAE
BlueColor Codes
All color formats for development
HEX
#6B7EAERGB
rgb(107, 126, 174)HSL
hsl(223, 29%, 55%)OKLCH
oklch(0.597 0.077 267.4)CMYK
cmyk(39%, 28%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6EA3
2#506291
3#46567F
4#3C4A6D
5#323D5A
6#283148
7#1E2536
8#141924
9#0A0C12
Tints
Lighter variations
1#7A8BB6
2#8998BE
3#97A5C6
4#A6B1CE
5#B5BED6
6#C4CBDE
7#D3D8E7
8#E1E5EF
9#F0F2F7
Tones
Muted variations
1#6E7FAA
2#7281A7
3#7582A4
4#7884A0
5#7C859D
6#7F869A
7#828896
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 | D4DA #D4DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BD #B3BDD5 | BordersInactive statesPlaceholder text |
| 400 | 8C9B #8C9BC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7E #6B7EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5062 #506291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4E #3F4E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D38 #2D3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2435 | 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: #D4DAE7;
--slate-gray-300: #B3BDD5;
--slate-gray-400: #8C9BC0;
--slate-gray-500: #6B7EAE;
--slate-gray-600: #506291;
--slate-gray-700: #3F4E73;
--slate-gray-800: #2D3852;
--slate-gray-900: #1D2435;
--slate-gray-950: #121621;
}