Slate Gray
#7D7D9B
BlueColor Codes
All color formats for development
HEX
#7D7D9BRGB
rgb(125, 125, 155)HSL
hsl(240, 13%, 55%)OKLCH
oklch(0.601 0.045 285)CMYK
cmyk(19%, 19%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6E8F
2#62627F
3#55556F
4#49495F
5#3D3D4F
6#31313F
7#252530
8#181820
9#0C0C10
Tints
Lighter variations
1#8A8AA5
2#9797AF
3#A4A4B9
4#B1B1C3
5#BEBECD
6#CBCBD7
7#D8D8E1
8#E5E5EB
9#F2F2F5
Tones
Muted variations
1#7F7F9A
2#808098
3#828297
4#838395
5#858594
6#868692
7#888891
8#89898F
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBD #BDBDCC | BordersInactive statesPlaceholder text |
| 400 | 9A9A #9A9AB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D7D #7D7D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6262 #62627F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E4E #4E4E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232E | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DADAE2;
--slate-gray-300: #BDBDCC;
--slate-gray-400: #9A9AB1;
--slate-gray-500: #7D7D9B;
--slate-gray-600: #62627F;
--slate-gray-700: #4E4E65;
--slate-gray-800: #373748;
--slate-gray-900: #23232E;
--slate-gray-950: #16161D;
}