Slate Gray
#6B82AE
BlueColor Codes
All color formats for development
HEX
#6B82AERGB
rgb(107, 130, 174)HSL
hsl(219, 29%, 55%)OKLCH
oklch(0.606 0.073 263)CMYK
cmyk(39%, 25%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A73A3
2#506691
3#465A7F
4#3C4D6D
5#32405A
6#283348
7#1E2636
8#141A24
9#0A0D12
Tints
Lighter variations
1#7A8FB6
2#899BBE
3#97A8C6
4#A6B4CE
5#B5C1D6
6#C4CDDE
7#D3DAE7
8#E1E6EF
9#F0F3F7
Tones
Muted variations
1#6E83AA
2#7284A7
3#7585A4
4#7886A0
5#7C879D
6#7F889A
7#828996
8#868A93
9#898B90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DB #D4DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BF #B3BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8C9E #8C9EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B82 #6B82AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5066 #506691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F51 #3F5173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3A #2D3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2535 | 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: #F5F7FA;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D4DBE7;
--slate-gray-300: #B3BFD5;
--slate-gray-400: #8C9EC0;
--slate-gray-500: #6B82AE;
--slate-gray-600: #506691;
--slate-gray-700: #3F5173;
--slate-gray-800: #2D3A52;
--slate-gray-900: #1D2535;
--slate-gray-950: #121721;
}