Slate Gray
#7479A4
BlueColor Codes
All color formats for development
HEX
#7479A4RGB
rgb(116, 121, 164)HSL
hsl(234, 21%, 55%)OKLCH
oklch(0.589 0.066 279)CMYK
cmyk(29%, 26%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#646999
2#595D88
3#4E5277
4#424666
5#373A55
6#2C2F44
7#212333
8#161722
9#0B0C11
Tints
Lighter variations
1#8286AD
2#9094B6
3#9EA1C0
4#ACAFC9
5#BABCD2
6#C7C9DB
7#D5D7E4
8#E3E4ED
9#F1F2F6
Tones
Muted variations
1#777BA2
2#797DA0
3#7B7F9D
4#7E819B
5#808398
6#838596
7#858693
8#878891
9#8A8A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BA #B8BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9397 #9397B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7479 #7479A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595D #595D88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474A #474A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202231 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9EAF1;
--slate-gray-200: #D7D8E5;
--slate-gray-300: #B8BAD1;
--slate-gray-400: #9397B8;
--slate-gray-500: #7479A4;
--slate-gray-600: #595D88;
--slate-gray-700: #474A6C;
--slate-gray-800: #32354D;
--slate-gray-900: #202231;
--slate-gray-950: #14151F;
}