Slate Gray
#8890C3
BlueColor Codes
All color formats for development
HEX
#8890C3RGB
rgb(136, 144, 195)HSL
hsl(232, 33%, 65%)OKLCH
oklch(0.666 0.076 277.2)CMYK
cmyk(30%, 26%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727CB8
2#5C67AD
3#4E589A
4#434B84
5#383F6E
6#2C3258
7#212642
8#16192C
9#0B0D16
Tints
Lighter variations
1#949BC9
2#A0A6CF
3#ACB1D5
4#B8BCDB
5#C4C8E1
6#D0D3E7
7#DBDEED
8#E7E9F3
9#F3F4F9
Tones
Muted variations
1#8B92C0
2#8E94BD
3#9197BA
4#9499B7
5#979BB4
6#9A9DB2
7#9D9FAF
8#A0A1AC
9#A3A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B6 #B1B6D8 | BordersInactive statesPlaceholder text |
| 400 | 8890 #8890C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6670 #6670B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B55 #4B5595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C44 #3C4477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B30 #2B3055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E7E9F3;
--slate-gray-200: #D3D6E9;
--slate-gray-300: #B1B6D8;
--slate-gray-400: #8890C3;
--slate-gray-500: #6670B2;
--slate-gray-600: #4B5595;
--slate-gray-700: #3C4477;
--slate-gray-800: #2B3055;
--slate-gray-900: #1B1F36;
--slate-gray-950: #111322;
}