Slate Gray
#7C849C
BlueColor Codes
All color formats for development
HEX
#7C849CRGB
rgb(124, 132, 156)HSL
hsl(225, 14%, 55%)OKLCH
oklch(0.615 0.038 270.7)CMYK
cmyk(21%, 15%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D7590
2#606880
3#545B70
4#484E60
5#3C4150
6#303440
7#242730
8#181A20
9#0C0D10
Tints
Lighter variations
1#8990A6
2#969DB0
3#A3A9BA
4#B1B5C4
5#BEC2CE
6#CBCED8
7#D8DAE1
8#E5E6EB
9#F2F3F5
Tones
Muted variations
1#7E859B
2#7F8699
3#818797
4#838796
5#848894
6#868993
7#878A91
8#898B8F
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC0 #BCC0CD | BordersInactive statesPlaceholder text |
| 400 | 99A0 #99A0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C84 #7C849C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6068 #606880 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D53 #4D5366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBECF0;
--slate-gray-200: #D9DCE2;
--slate-gray-300: #BCC0CD;
--slate-gray-400: #99A0B2;
--slate-gray-500: #7C849C;
--slate-gray-600: #606880;
--slate-gray-700: #4D5366;
--slate-gray-800: #373B49;
--slate-gray-900: #23262F;
--slate-gray-950: #16181D;
}