Slate Gray
#8091CB
BlueColor Codes
All color formats for development
HEX
#8091CBRGB
rgb(128, 145, 203)HSL
hsl(226, 42%, 65%)OKLCH
oklch(0.666 0.089 271.3)CMYK
cmyk(37%, 29%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697DC2
2#5169B8
3#435AA5
4#3A4D8D
5#304076
6#26335E
7#1D2747
8#131A2F
9#0A0D18
Tints
Lighter variations
1#8D9DD0
2#9AA8D6
3#A6B3DB
4#B3BDE0
5#C0C8E5
6#CCD3EA
7#D9DEEF
8#E6E9F5
9#F2F4FA
Tones
Muted variations
1#8494C7
2#8896C4
3#8C98C0
4#8F9ABC
5#939CB8
6#979EB5
7#9BA0B1
8#9EA2AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB7 #ACB7DD | BordersInactive statesPlaceholder text |
| 400 | 8092 #8092CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C73 #5C73BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4157 #41579F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3445 #34457F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F6FB;
--slate-gray-100: #E6E9F5;
--slate-gray-200: #D0D6EC;
--slate-gray-300: #ACB7DD;
--slate-gray-400: #8092CB;
--slate-gray-500: #5C73BC;
--slate-gray-600: #41579F;
--slate-gray-700: #34457F;
--slate-gray-800: #25315B;
--slate-gray-900: #18203A;
--slate-gray-950: #0F1424;
}