Slate Gray
#7482A4
BlueColor Codes
All color formats for development
HEX
#7482A4RGB
rgb(116, 130, 164)HSL
hsl(223, 21%, 55%)OKLCH
oklch(0.608 0.054 267.3)CMYK
cmyk(29%, 21%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647399
2#596688
3#4E5977
4#424C66
5#374055
6#2C3344
7#212633
8#161922
9#0B0D11
Tints
Lighter variations
1#828EAD
2#909BB6
3#9EA7C0
4#ACB4C9
5#BAC0D2
6#C7CDDB
7#D5D9E4
8#E3E6ED
9#F1F2F6
Tones
Muted variations
1#7783A2
2#7984A0
3#7B859D
4#7E869B
5#808798
6#838896
7#858993
8#878A91
9#8A8B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BF #B8BFD1 | BordersInactive statesPlaceholder text |
| 400 | 939E #939EB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7482 #7482A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5966 #596688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4751 #47516C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202531 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9ECF1;
--slate-gray-200: #D7DBE5;
--slate-gray-300: #B8BFD1;
--slate-gray-400: #939EB8;
--slate-gray-500: #7482A4;
--slate-gray-600: #596688;
--slate-gray-700: #47516C;
--slate-gray-800: #323A4D;
--slate-gray-900: #202531;
--slate-gray-950: #14171F;
}