Slate Gray
#6C80AC
BlueColor Codes
All color formats for development
HEX
#6C80ACRGB
rgb(108, 128, 172)HSL
hsl(221, 28%, 55%)OKLCH
oklch(0.601 0.071 265.4)CMYK
cmyk(37%, 26%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B71A2
2#516590
3#47587E
4#3D4C6C
5#323F5A
6#283248
7#1E2636
8#141924
9#0A0D12
Tints
Lighter variations
1#7B8DB5
2#899ABD
3#98A6C5
4#A7B3CD
5#B6C0D6
6#C4CCDE
7#D3D9E6
8#E2E6EE
9#F0F2F7
Tones
Muted variations
1#6F82A9
2#7383A6
3#7684A3
4#7985A0
5#7C869C
6#7F8899
7#838996
8#868A93
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BE #B4BED5 | BordersInactive statesPlaceholder text |
| 400 | 8D9D #8D9DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C80 #6C80AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5165 #516590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4050 #405072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E39 #2E3952 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2534 | 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: #F5F7F9;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B4BED5;
--slate-gray-400: #8D9DBF;
--slate-gray-500: #6C80AC;
--slate-gray-600: #516590;
--slate-gray-700: #405072;
--slate-gray-800: #2E3952;
--slate-gray-900: #1D2534;
--slate-gray-950: #121721;
}