Slate Gray
#7E7E9A
BlueColor Codes
All color formats for development
HEX
#7E7E9ARGB
rgb(126, 126, 154)HSL
hsl(240, 12%, 55%)OKLCH
oklch(0.603 0.042 285.1)CMYK
cmyk(18%, 18%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F6F8D
2#63637E
3#56566E
4#4A4A5E
5#3E3E4F
6#31313F
7#25252F
8#19191F
9#0C0C10
Tints
Lighter variations
1#8B8BA4
2#9898AE
3#A5A5B8
4#B2B2C2
5#BFBFCD
6#CCCCD7
7#D8D8E1
8#E5E5EB
9#F2F2F5
Tones
Muted variations
1#808099
2#818197
3#838396
4#848495
5#858593
6#878792
7#888890
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 #BDBDCB | BordersInactive statesPlaceholder text |
| 400 | 9B9B #9B9BB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7E #7E7E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6363 #63637E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3838 #383847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | 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: #BDBDCB;
--slate-gray-400: #9B9BB0;
--slate-gray-500: #7E7E9A;
--slate-gray-600: #63637E;
--slate-gray-700: #4F4F64;
--slate-gray-800: #383847;
--slate-gray-900: #24242E;
--slate-gray-950: #16161D;
}