Slate Gray
#6D92AB
BlueColor Codes
All color formats for development
HEX
#6D92ABRGB
rgb(109, 146, 171)HSL
hsl(204, 27%, 55%)OKLCH
oklch(0.642 0.056 238.3)CMYK
cmyk(36%, 15%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C85A0
2#52768E
3#48677D
4#3D596B
5#334A59
6#293B47
7#1F2C35
8#141E24
9#0A0F12
Tints
Lighter variations
1#7C9DB4
2#8AA8BC
3#99B3C4
4#A8BECD
5#B6C9D5
6#C5D4DD
7#D3DEE6
8#E2E9EE
9#F0F4F7
Tones
Muted variations
1#7092A8
2#7391A5
3#7791A2
4#7A909F
5#7D8F9C
6#808F99
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 | D5E0 #D5E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAB #8EABBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D92 #6D92AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5276 #52768E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415E #415E71 | 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: #D5E0E7;
--slate-gray-300: #B5C8D4;
--slate-gray-400: #8EABBE;
--slate-gray-500: #6D92AB;
--slate-gray-600: #52768E;
--slate-gray-700: #415E71;
--slate-gray-800: #2F4351;
--slate-gray-900: #1E2B34;
--slate-gray-950: #131B20;
}