Slate Gray
#6D83AB
BlueColor Codes
All color formats for development
HEX
#6D83ABRGB
rgb(109, 131, 171)HSL
hsl(219, 27%, 55%)OKLCH
oklch(0.608 0.066 262.2)CMYK
cmyk(36%, 23%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C74A0
2#52678E
3#485A7D
4#3D4D6B
5#334059
6#293447
7#1F2735
8#141A24
9#0A0D12
Tints
Lighter variations
1#7C8FB4
2#8A9CBC
3#99A8C4
4#A8B5CD
5#B6C1D5
6#C5CDDD
7#D3DAE6
8#E2E6EE
9#F0F3F7
Tones
Muted variations
1#7084A8
2#7385A5
3#7786A2
4#7A879F
5#7D889C
6#808999
7#838996
8#868A92
9#898B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C0 #B5C0D4 | BordersInactive statesPlaceholder text |
| 400 | 8E9F #8E9FBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D83 #6D83AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5267 #52678E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4152 #415271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3B #2F3B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D5DBE7;
--slate-gray-300: #B5C0D4;
--slate-gray-400: #8E9FBE;
--slate-gray-500: #6D83AB;
--slate-gray-600: #52678E;
--slate-gray-700: #415271;
--slate-gray-800: #2F3B51;
--slate-gray-900: #1E2534;
--slate-gray-950: #131720;
}