Slate Gray
#7481A4
BlueColor Codes
All color formats for development
HEX
#7481A4RGB
rgb(116, 129, 164)HSL
hsl(224, 21%, 55%)OKLCH
oklch(0.606 0.056 268.8)CMYK
cmyk(29%, 21%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647299
2#596588
3#4E5977
4#424C66
5#373F55
6#2C3344
7#212633
8#161922
9#0B0D11
Tints
Lighter variations
1#828EAD
2#909AB6
3#9EA7C0
4#ACB3C9
5#BAC0D2
6#C7CDDB
7#D5D9E4
8#E3E6ED
9#F1F2F6
Tones
Muted variations
1#7782A2
2#7983A0
3#7B849D
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BF #B8BFD1 | BordersInactive statesPlaceholder text |
| 400 | 939D #939DB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7481 #7481A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5965 #596588 | 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: #E9EBF1;
--slate-gray-200: #D7DBE5;
--slate-gray-300: #B8BFD1;
--slate-gray-400: #939DB8;
--slate-gray-500: #7481A4;
--slate-gray-600: #596588;
--slate-gray-700: #47516C;
--slate-gray-800: #323A4D;
--slate-gray-900: #202531;
--slate-gray-950: #14171F;
}