Slate Gray
#7B889D
BlueColor Codes
All color formats for development
HEX
#7B889DRGB
rgb(123, 136, 157)HSL
hsl(217, 15%, 55%)OKLCH
oklch(0.624 0.035 260)CMYK
cmyk(22%, 13%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7A91
2#5F6C81
3#535F71
4#485161
5#3C4451
6#303641
7#242930
8#181B20
9#0C0E10
Tints
Lighter variations
1#8894A7
2#95A0B1
3#A3ACBB
4#B0B8C4
5#BDC4CE
6#CACFD8
7#D7DBE2
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#7D899C
2#7E899A
3#808998
4#828A97
5#848A95
6#858B93
7#878B91
8#898B90
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 98A3 #98A3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B88 #7B889D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6C #5F6C81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C56 #4C5667 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DDE3;
--slate-gray-300: #BCC2CD;
--slate-gray-400: #98A3B3;
--slate-gray-500: #7B889D;
--slate-gray-600: #5F6C81;
--slate-gray-700: #4C5667;
--slate-gray-800: #363E49;
--slate-gray-900: #23272F;
--slate-gray-950: #16191D;
}