Slate Gray
#7A829F
BlueColor Codes
All color formats for development
HEX
#7A829FRGB
rgb(122, 130, 159)HSL
hsl(227, 16%, 55%)OKLCH
oklch(0.61 0.045 272.9)CMYK
cmyk(23%, 18%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7392
2#5E6682
3#525972
4#474D62
5#3B4051
6#2F3341
7#232631
8#181A21
9#0C0D10
Tints
Lighter variations
1#878EA8
2#959BB2
3#A2A7BC
4#AFB4C5
5#BCC0CF
6#CACDD8
7#D7D9E2
8#E4E6EC
9#F2F2F5
Tones
Muted variations
1#7C839D
2#7E849B
3#7F8599
4#818697
5#838795
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 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A82 #7A829F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E66 #5E6682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B51 #4B5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A4A | 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: #EAECF0;
--slate-gray-200: #D9DBE3;
--slate-gray-300: #BBBFCE;
--slate-gray-400: #979EB4;
--slate-gray-500: #7A829F;
--slate-gray-600: #5E6682;
--slate-gray-700: #4B5168;
--slate-gray-800: #363A4A;
--slate-gray-900: #22252F;
--slate-gray-950: #15171E;
}