Slate Gray
#7A7E9F
BlueColor Codes
All color formats for development
HEX
#7A7E9FRGB
rgb(122, 126, 159)HSL
hsl(234, 16%, 55%)OKLCH
oklch(0.602 0.05 279.4)CMYK
cmyk(23%, 21%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6E92
2#5E6282
3#525672
4#474962
5#3B3D51
6#2F3141
7#232531
8#181821
9#0C0C10
Tints
Lighter variations
1#878BA8
2#9597B2
3#A2A4BC
4#AFB1C5
5#BCBECF
6#CACBD8
7#D7D8E2
8#E4E5EC
9#F2F2F5
Tones
Muted variations
1#7C7F9D
2#7E809B
3#7F8299
4#818397
5#838595
6#858694
7#878892
8#898990
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBD #BBBDCE | BordersInactive statesPlaceholder text |
| 400 | 979A #979AB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7E #7A7E9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E62 #5E6282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4E #4B4E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3638 #36384A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #22242F | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D9DAE3;
--slate-gray-300: #BBBDCE;
--slate-gray-400: #979AB4;
--slate-gray-500: #7A7E9F;
--slate-gray-600: #5E6282;
--slate-gray-700: #4B4E68;
--slate-gray-800: #36384A;
--slate-gray-900: #22242F;
--slate-gray-950: #15161E;
}