Slate Gray
#6D91AB
BlueColor Codes
All color formats for development
HEX
#6D91ABRGB
rgb(109, 145, 171)HSL
hsl(205, 27%, 55%)OKLCH
oklch(0.639 0.056 240.1)CMYK
cmyk(36%, 15%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C84A0
2#52758E
3#48677D
4#3D586B
5#334959
6#293B47
7#1F2C35
8#141D24
9#0A0F12
Tints
Lighter variations
1#7C9CB4
2#8AA7BC
3#99B2C4
4#A8BDCD
5#B6C8D5
6#C5D3DD
7#D3DEE6
8#E2E9EE
9#F0F4F7
Tones
Muted variations
1#7091A8
2#7390A5
3#7790A2
4#7A8F9F
5#7D8F9C
6#808E99
7#838E96
8#868D92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C7 #B5C7D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAA #8EAABE | Disabled statesSecondary iconsMuted text |
| 500 | 6D91 #6D91AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5275 #52758E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415D #415D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EEF2;
--slate-gray-200: #D5DFE7;
--slate-gray-300: #B5C7D4;
--slate-gray-400: #8EAABE;
--slate-gray-500: #6D91AB;
--slate-gray-600: #52758E;
--slate-gray-700: #415D71;
--slate-gray-800: #2F4351;
--slate-gray-900: #1E2B34;
--slate-gray-950: #131B20;
}