Slate Gray
#6D82AB
BlueColor Codes
All color formats for development
HEX
#6D82ABRGB
rgb(109, 130, 171)HSL
hsl(220, 27%, 55%)OKLCH
oklch(0.606 0.067 263.4)CMYK
cmyk(36%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C73A0
2#52668E
3#48597D
4#3D4D6B
5#334059
6#293347
7#1F2635
8#141A24
9#0A0D12
Tints
Lighter variations
1#7C8EB4
2#8A9BBC
3#99A7C4
4#A8B4CD
5#B6C0D5
6#C5CDDD
7#D3D9E6
8#E2E6EE
9#F0F2F7
Tones
Muted variations
1#7083A8
2#7384A5
3#7785A2
4#7A869F
5#7D879C
6#808899
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 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9E #8E9EBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D82 #6D82AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5266 #52668E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4151 #415171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3A #2F3A51 | 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: #B5BFD4;
--slate-gray-400: #8E9EBE;
--slate-gray-500: #6D82AB;
--slate-gray-600: #52668E;
--slate-gray-700: #415171;
--slate-gray-800: #2F3A51;
--slate-gray-900: #1E2534;
--slate-gray-950: #131720;
}