Slate Gray
#7A819F
BlueColor Codes
All color formats for development
HEX
#7A819FRGB
rgb(122, 129, 159)HSL
hsl(229, 16%, 55%)OKLCH
oklch(0.608 0.046 274.7)CMYK
cmyk(23%, 19%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7192
2#5E6582
3#525872
4#474C62
5#3B3F51
6#2F3241
7#232631
8#181921
9#0C0D10
Tints
Lighter variations
1#878DA8
2#959AB2
3#A2A7BC
4#AFB3C5
5#BCC0CF
6#CACCD8
7#D7D9E2
8#E4E6EC
9#F2F2F5
Tones
Muted variations
1#7C829D
2#7E839B
3#7F8499
4#818597
5#838695
6#858894
7#878992
8#898A90
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBE #BBBECE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A81 #7A819F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E65 #5E6582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B50 #4B5068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #36394A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #22252F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D9DAE3;
--slate-gray-300: #BBBECE;
--slate-gray-400: #979DB4;
--slate-gray-500: #7A819F;
--slate-gray-600: #5E6582;
--slate-gray-700: #4B5068;
--slate-gray-800: #36394A;
--slate-gray-900: #22252F;
--slate-gray-950: #15171E;
}