Slate Gray
#6D96AB
BlueColor Codes
All color formats for development
HEX
#6D96ABRGB
rgb(109, 150, 171)HSL
hsl(200, 27%, 55%)OKLCH
oklch(0.651 0.055 230.9)CMYK
cmyk(36%, 12%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C8AA0
2#527A8E
3#486B7D
4#3D5C6B
5#334C59
6#293D47
7#1F2E35
8#141F24
9#0A0F12
Tints
Lighter variations
1#7CA1B4
2#8AABBC
3#99B6C4
4#A8C0CD
5#B6CBD5
6#C5D5DD
7#D3E0E6
8#E2EAEE
9#F0F5F7
Tones
Muted variations
1#7096A8
2#7395A5
3#7793A2
4#7A929F
5#7D919C
6#809099
7#838F96
8#868E92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CA #B5CAD4 | BordersInactive statesPlaceholder text |
| 400 | 8EAE #8EAEBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D97 #6D97AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527A #527A8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4161 #416171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F45 #2F4551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2C #1E2C34 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D5E1E7;
--slate-gray-300: #B5CAD4;
--slate-gray-400: #8EAEBE;
--slate-gray-500: #6D97AB;
--slate-gray-600: #527A8E;
--slate-gray-700: #416171;
--slate-gray-800: #2F4551;
--slate-gray-900: #1E2C34;
--slate-gray-950: #131C20;
}