Slate Gray
#7480A4
BlueColor Codes
All color formats for development
HEX
#7480A4RGB
rgb(116, 128, 164)HSL
hsl(225, 21%, 55%)OKLCH
oklch(0.604 0.057 270.3)CMYK
cmyk(29%, 22%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647199
2#596488
3#4E5877
4#424B66
5#373F55
6#2C3244
7#212633
8#161922
9#0B0D11
Tints
Lighter variations
1#828DAD
2#909AB6
3#9EA6C0
4#ACB3C9
5#BAC0D2
6#C7CCDB
7#D5D9E4
8#E3E6ED
9#F1F2F6
Tones
Muted variations
1#7781A2
2#7983A0
3#7B849D
4#7E859B
5#808698
6#838796
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 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BE #B8BED1 | BordersInactive statesPlaceholder text |
| 400 | 939C #939CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7480 #7480A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5964 #596488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4750 #47506C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394D | 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: #D7DAE5;
--slate-gray-300: #B8BED1;
--slate-gray-400: #939CB8;
--slate-gray-500: #7480A4;
--slate-gray-600: #596488;
--slate-gray-700: #47506C;
--slate-gray-800: #32394D;
--slate-gray-900: #202531;
--slate-gray-950: #14171F;
}