Slate Gray
#6E76AA
BlueColor Codes
All color formats for development
HEX
#6E76AARGB
rgb(110, 118, 170)HSL
hsl(232, 26%, 55%)OKLCH
oklch(0.58 0.08 276.9)CMYK
cmyk(35%, 31%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D669F
2#535B8D
3#494F7C
4#3E446A
5#343958
6#2A2D47
7#1F2235
8#151723
9#0A0B12
Tints
Lighter variations
1#7D84B3
2#8B92BB
3#9A9FC4
4#A8ADCC
5#B7BBD5
6#C5C8DD
7#D4D6E6
8#E2E4EE
9#F1F1F7
Tones
Muted variations
1#7179A7
2#747BA4
3#777DA1
4#7A7F9E
5#7D819B
6#808398
7#838695
8#868892
9#898A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B9 #B5B9D4 | BordersInactive statesPlaceholder text |
| 400 | 8F95 #8F95BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E76 #6E76AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535B #535B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4248 #424870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F34 #2F3450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EAF2;
--slate-gray-200: #D5D8E6;
--slate-gray-300: #B5B9D4;
--slate-gray-400: #8F95BD;
--slate-gray-500: #6E76AA;
--slate-gray-600: #535B8D;
--slate-gray-700: #424870;
--slate-gray-800: #2F3450;
--slate-gray-900: #1E2133;
--slate-gray-950: #131520;
}