Slate Gray
#7E7F9A
BlueColor Codes
All color formats for development
HEX
#7E7F9ARGB
rgb(126, 127, 154)HSL
hsl(238, 12%, 55%)OKLCH
oklch(0.605 0.041 283.4)CMYK
cmyk(18%, 18%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F708D
2#63647E
3#56576E
4#4A4B5E
5#3E3E4F
6#31323F
7#25252F
8#19191F
9#0C0C10
Tints
Lighter variations
1#8B8CA4
2#9899AE
3#A5A6B8
4#B2B2C2
5#BFBFCD
6#CCCCD7
7#D8D9E1
8#E5E5EB
9#F2F2F5
Tones
Muted variations
1#808199
2#818297
3#838396
4#848595
5#858693
6#878792
7#888890
8#898A8F
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 | BDBE #BDBECB | BordersInactive statesPlaceholder text |
| 400 | 9B9C #9B9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7F #7E7F9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6364 #63647E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3839 #383947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | 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: #BDBECB;
--slate-gray-400: #9B9CB0;
--slate-gray-500: #7E7F9A;
--slate-gray-600: #63647E;
--slate-gray-700: #4F4F64;
--slate-gray-800: #383947;
--slate-gray-900: #24242E;
--slate-gray-950: #16171D;
}