Slate Gray
#8093CB
BlueColor Codes
All color formats for development
HEX
#8093CBRGB
rgb(128, 147, 203)HSL
hsl(225, 42%, 65%)OKLCH
oklch(0.67 0.086 269.6)CMYK
cmyk(37%, 28%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697FC2
2#516BB8
3#435CA5
4#3A4F8D
5#304176
6#26345E
7#1D2747
8#131A2F
9#0A0D18
Tints
Lighter variations
1#8D9ED0
2#9AA9D6
3#A6B3DB
4#B3BEE0
5#C0C9E5
6#CCD4EA
7#D9DFEF
8#E6E9F5
9#F2F4FA
Tones
Muted variations
1#8495C7
2#8897C4
3#8C99C0
4#8F9BBC
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 | D0D7 #D0D7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DD | BordersInactive statesPlaceholder text |
| 400 | 8093 #8093CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C74 #5C74BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4159 #41599F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3447 #34477F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2532 #25325B | 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: #D0D7EC;
--slate-gray-300: #ACB8DD;
--slate-gray-400: #8093CB;
--slate-gray-500: #5C74BC;
--slate-gray-600: #41599F;
--slate-gray-700: #34477F;
--slate-gray-800: #25325B;
--slate-gray-900: #18203A;
--slate-gray-950: #0F1424;
}