Slate Gray
#6B72AE
BlueColor Codes
All color formats for development
HEX
#6B72AERGB
rgb(107, 114, 174)HSL
hsl(234, 29%, 55%)OKLCH
oklch(0.572 0.093 277.9)CMYK
cmyk(39%, 34%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A61A3
2#505691
3#464B7F
4#3C416D
5#32365A
6#282B48
7#1E2036
8#141624
9#0A0B12
Tints
Lighter variations
1#7A80B6
2#898EBE
3#979CC6
4#A6AACE
5#B5B8D6
6#C4C6DE
7#D3D5E7
8#E1E3EF
9#F0F1F7
Tones
Muted variations
1#6E74AA
2#7277A7
3#757AA4
4#787CA0
5#7C7F9D
6#7F829A
7#828496
8#868793
9#898A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B7 #B3B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8C91 #8C91C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B72 #6B72AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5056 #505691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F45 #3F4573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D31 #2D3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F35 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D4D6E7;
--slate-gray-300: #B3B7D5;
--slate-gray-400: #8C91C0;
--slate-gray-500: #6B72AE;
--slate-gray-600: #505691;
--slate-gray-700: #3F4573;
--slate-gray-800: #2D3152;
--slate-gray-900: #1D1F35;
--slate-gray-950: #121421;
}