Slate Gray
#6E93AA
BlueColor Codes
All color formats for development
HEX
#6E93AARGB
rgb(110, 147, 170)HSL
hsl(203, 26%, 55%)OKLCH
oklch(0.644 0.054 236)CMYK
cmyk(35%, 14%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D869F
2#53778D
3#49687C
4#3E596A
5#344A58
6#2A3C47
7#1F2D35
8#151E23
9#0A0F12
Tints
Lighter variations
1#7D9EB3
2#8BA9BB
3#9AB4C4
4#A8BECC
5#B7C9D5
6#C5D4DD
7#D4DFE6
8#E2E9EE
9#F1F4F7
Tones
Muted variations
1#7193A7
2#7492A4
3#7791A1
4#7A909E
5#7D909B
6#808F98
7#838E95
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 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAB #8FABBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E93 #6E93AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5377 #53778D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425F #425F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F44 #2F4450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B33 | 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: #E9EEF2;
--slate-gray-200: #D5E0E6;
--slate-gray-300: #B5C8D4;
--slate-gray-400: #8FABBD;
--slate-gray-500: #6E93AA;
--slate-gray-600: #53778D;
--slate-gray-700: #425F70;
--slate-gray-800: #2F4450;
--slate-gray-900: #1E2B33;
--slate-gray-950: #131B20;
}