Slate Gray
#6C82AC
BlueColor Codes
All color formats for development
HEX
#6C82ACRGB
rgb(108, 130, 172)HSL
hsl(219, 28%, 55%)OKLCH
oklch(0.606 0.069 263)CMYK
cmyk(37%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B74A2
2#516790
3#475A7E
4#3D4D6C
5#32405A
6#283348
7#1E2736
8#141A24
9#0A0D12
Tints
Lighter variations
1#7B8FB5
2#899BBD
3#98A8C5
4#A7B4CD
5#B6C1D6
6#C4CDDE
7#D3DAE6
8#E2E6EE
9#F0F3F7
Tones
Muted variations
1#6F84A9
2#7385A6
3#7686A3
4#7986A0
5#7C879C
6#7F8899
7#838996
8#868A93
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 | B4BF #B4BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9E #8D9EBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C83 #6C83AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5167 #516790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4052 #405272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3A #2E3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | 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: #B4BFD5;
--slate-gray-400: #8D9EBF;
--slate-gray-500: #6C83AC;
--slate-gray-600: #516790;
--slate-gray-700: #405272;
--slate-gray-800: #2E3A52;
--slate-gray-900: #1D2534;
--slate-gray-950: #121721;
}