Slate Gray
#6D95AB
BlueColor Codes
All color formats for development
HEX
#6D95ABRGB
rgb(109, 149, 171)HSL
hsl(201, 27%, 55%)OKLCH
oklch(0.648 0.055 232.8)CMYK
cmyk(36%, 13%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C88A0
2#52798E
3#486A7D
4#3D5B6B
5#334C59
6#293D47
7#1F2D35
8#141E24
9#0A0F12
Tints
Lighter variations
1#7CA0B4
2#8AABBC
3#99B5C4
4#A8C0CD
5#B6CAD5
6#C5D5DD
7#D3DFE6
8#E2EAEE
9#F0F4F7
Tones
Muted variations
1#7095A8
2#7394A5
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 | B5C9 #B5C9D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAD #8EADBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D96 #6D96AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5279 #52798E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4160 #416071 | 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: #B5C9D4;
--slate-gray-400: #8EADBE;
--slate-gray-500: #6D96AB;
--slate-gray-600: #52798E;
--slate-gray-700: #416071;
--slate-gray-800: #2F4551;
--slate-gray-900: #1E2C34;
--slate-gray-950: #131C20;
}