Slate Gray
#6B84AE
BlueColor Codes
All color formats for development
HEX
#6B84AERGB
rgb(107, 132, 174)HSL
hsl(218, 29%, 55%)OKLCH
oklch(0.61 0.07 260.6)CMYK
cmyk(39%, 24%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A74A3
2#506891
3#465B7F
4#3C4E6D
5#32415A
6#283448
7#1E2736
8#141A24
9#0A0D12
Tints
Lighter variations
1#7A90B6
2#899CBE
3#97A8C6
4#A6B5CE
5#B5C1D6
6#C4CEDE
7#D3DAE7
8#E1E6EF
9#F0F3F7
Tones
Muted variations
1#6E84AA
2#7285A7
3#7586A4
4#7887A0
5#7C889D
6#7F899A
7#828A96
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 | B3C0 #B3C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8C9F #8C9FC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B83 #6B83AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5068 #506891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F52 #3F5273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3B #2D3B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2635 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | 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: #B3C0D5;
--slate-gray-400: #8C9FC0;
--slate-gray-500: #6B83AE;
--slate-gray-600: #506891;
--slate-gray-700: #3F5273;
--slate-gray-800: #2D3B52;
--slate-gray-900: #1D2635;
--slate-gray-950: #121821;
}