Slate Gray
#6E72AA
BlueColor Codes
All color formats for development
HEX
#6E72AARGB
rgb(110, 114, 170)HSL
hsl(236, 26%, 55%)OKLCH
oklch(0.572 0.086 280.2)CMYK
cmyk(35%, 33%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D629F
2#53578D
3#494C7C
4#3E416A
5#343658
6#2A2B47
7#1F2135
8#151623
9#0A0B12
Tints
Lighter variations
1#7D80B3
2#8B8FBB
3#9A9DC4
4#A8ABCC
5#B7B9D5
6#C5C7DD
7#D4D5E6
8#E2E3EE
9#F1F1F7
Tones
Muted variations
1#7175A7
2#7478A4
3#777AA1
4#7A7D9E
5#7D7F9B
6#808298
7#838495
8#868792
9#898A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8F92 #8F92BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E72 #6E72AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5357 #53578D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4245 #424570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2033 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9E9F2;
--slate-gray-200: #D5D6E6;
--slate-gray-300: #B5B7D4;
--slate-gray-400: #8F92BD;
--slate-gray-500: #6E72AA;
--slate-gray-600: #53578D;
--slate-gray-700: #424570;
--slate-gray-800: #2F3150;
--slate-gray-900: #1E2033;
--slate-gray-950: #131420;
}