Slate Gray
#6B7FAE
BlueColor Codes
All color formats for development
HEX
#6B7FAERGB
rgb(107, 127, 174)HSL
hsl(222, 29%, 55%)OKLCH
oklch(0.599 0.076 266.4)CMYK
cmyk(39%, 27%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A70A3
2#506391
3#46577F
4#3C4A6D
5#323E5A
6#283248
7#1E2536
8#141924
9#0A0C12
Tints
Lighter variations
1#7A8CB6
2#8999BE
3#97A5C6
4#A6B2CE
5#B5BFD6
6#C4CCDE
7#D3D9E7
8#E1E5EF
9#F0F2F7
Tones
Muted variations
1#6E80AA
2#7282A7
3#7583A4
4#7884A0
5#7C869D
6#7F879A
7#828896
8#868A93
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 | B3BE #B3BED5 | BordersInactive statesPlaceholder text |
| 400 | 8C9B #8C9BC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B7F #6B7FAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5063 #506391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F4F #3F4F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D38 #2D3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2435 | 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: #F5F6FA;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D4DAE7;
--slate-gray-300: #B3BED5;
--slate-gray-400: #8C9BC0;
--slate-gray-500: #6B7FAE;
--slate-gray-600: #506391;
--slate-gray-700: #3F4F73;
--slate-gray-800: #2D3852;
--slate-gray-900: #1D2435;
--slate-gray-950: #121721;
}