Slate Gray
#7A879F
BlueColor Codes
All color formats for development
HEX
#7A879FRGB
rgb(122, 135, 159)HSL
hsl(219, 16%, 55%)OKLCH
oklch(0.621 0.039 262.7)CMYK
cmyk(23%, 15%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7892
2#5E6B82
3#525D72
4#475062
5#3B4351
6#2F3541
7#232831
8#181B21
9#0C0D10
Tints
Lighter variations
1#8793A8
2#959FB2
3#A2ABBC
4#AFB7C5
5#BCC3CF
6#CACFD8
7#D7DBE2
8#E4E7EC
9#F2F3F5
Tones
Muted variations
1#7C879D
2#7E889B
3#7F8899
4#818997
5#838995
6#858A94
7#878B92
8#898B90
9#8A8C8E
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 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC2 #BBC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A87 #7A879F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6B #5E6B82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B55 #4B5568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | 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: #D9DCE3;
--slate-gray-300: #BBC2CE;
--slate-gray-400: #97A1B4;
--slate-gray-500: #7A879F;
--slate-gray-600: #5E6B82;
--slate-gray-700: #4B5568;
--slate-gray-800: #363D4A;
--slate-gray-900: #22272F;
--slate-gray-950: #15181E;
}