Slate Gray
#6B80AE
BlueColor Codes
All color formats for development
HEX
#6B80AERGB
rgb(107, 128, 174)HSL
hsl(221, 29%, 55%)OKLCH
oklch(0.602 0.075 265.3)CMYK
cmyk(39%, 26%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A71A3
2#506491
3#46587F
4#3C4B6D
5#323F5A
6#283248
7#1E2636
8#141924
9#0A0D12
Tints
Lighter variations
1#7A8DB6
2#8999BE
3#97A6C6
4#A6B3CE
5#B5C0D6
6#C4CCDE
7#D3D9E7
8#E1E6EF
9#F0F2F7
Tones
Muted variations
1#6E81AA
2#7282A7
3#7584A4
4#7885A0
5#7C869D
6#7F879A
7#828996
8#868A93
9#898B90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DA #D4DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BE #B3BED5 | BordersInactive statesPlaceholder text |
| 400 | 8C9C #8C9CC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B80 #6B80AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5064 #506491 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F50 #3F5073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D39 #2D3952 | 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: #F5F7FA;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D4DAE7;
--slate-gray-300: #B3BED5;
--slate-gray-400: #8C9CC0;
--slate-gray-500: #6B80AE;
--slate-gray-600: #506491;
--slate-gray-700: #3F5073;
--slate-gray-800: #2D3952;
--slate-gray-900: #1D2435;
--slate-gray-950: #121721;
}