Slate Gray
#8185CA
BlueColor Codes
All color formats for development
HEX
#8185CARGB
rgb(129, 133, 202)HSL
hsl(237, 41%, 65%)OKLCH
oklch(0.642 0.103 280.5)CMYK
cmyk(36%, 34%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6EC1
2#5257B7
3#4449A4
4#3B3F8C
5#313475
6#272A5D
7#1D1F46
8#14152F
9#0A0A17
Tints
Lighter variations
1#8E91D0
2#9A9DD5
3#A7A9DA
4#B3B6DF
5#C0C2E5
6#CDCEEA
7#D9DAEF
8#E6E7F4
9#F2F3FA
Tones
Muted variations
1#8588C7
2#888BC3
3#8C8FBF
4#9092BC
5#9395B8
6#9799B4
7#9B9CB1
8#9E9FAD
9#A2A2A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAF #ACAFDC | BordersInactive statesPlaceholder text |
| 400 | 8185 #8185CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D62 #5D62BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4247 #42479E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3538 #35387E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #26285A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FA;
--slate-gray-100: #E6E7F4;
--slate-gray-200: #D0D2EB;
--slate-gray-300: #ACAFDC;
--slate-gray-400: #8185CA;
--slate-gray-500: #5D62BB;
--slate-gray-600: #42479E;
--slate-gray-700: #35387E;
--slate-gray-800: #26285A;
--slate-gray-900: #181A3A;
--slate-gray-950: #0F1024;
}