Slate Gray
#8188CA
BlueColor Codes
All color formats for development
HEX
#8188CARGB
rgb(129, 136, 202)HSL
hsl(234, 41%, 65%)OKLCH
oklch(0.648 0.099 278.6)CMYK
cmyk(36%, 33%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A72C1
2#525CB7
3#444EA4
4#3B438C
5#313875
6#272D5D
7#1D2146
8#14162F
9#0A0B17
Tints
Lighter variations
1#8E94D0
2#9AA0D5
3#A7ACDA
4#B3B8DF
5#C0C4E5
6#CDD0EA
7#D9DBEF
8#E6E7F4
9#F2F3FA
Tones
Muted variations
1#858BC7
2#888EC3
3#8C91BF
4#9094BC
5#9397B8
6#979AB4
7#9B9DB1
8#9EA0AD
9#A2A3A9
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 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB1 #ACB1DC | BordersInactive statesPlaceholder text |
| 400 | 8188 #8188CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D67 #5D67BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424B #424B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353C #353C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | 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: #D0D3EB;
--slate-gray-300: #ACB1DC;
--slate-gray-400: #8188CA;
--slate-gray-500: #5D67BB;
--slate-gray-600: #424B9E;
--slate-gray-700: #353C7E;
--slate-gray-800: #262B5A;
--slate-gray-900: #181B3A;
--slate-gray-950: #0F1124;
}