Slate Gray
#8187CA
BlueColor Codes
All color formats for development
HEX
#8187CARGB
rgb(129, 135, 202)HSL
hsl(235, 41%, 65%)OKLCH
oklch(0.646 0.1 279.3)CMYK
cmyk(36%, 33%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A71C1
2#525BB7
3#444CA4
4#3B418C
5#313775
6#272C5D
7#1D2146
8#14162F
9#0A0B17
Tints
Lighter variations
1#8E93D0
2#9A9FD5
3#A7ABDA
4#B3B7DF
5#C0C3E5
6#CDCFEA
7#D9DBEF
8#E6E7F4
9#F2F3FA
Tones
Muted variations
1#858AC7
2#888DC3
3#8C90BF
4#9093BC
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 | ACB0 #ACB0DC | BordersInactive statesPlaceholder text |
| 400 | 8187 #8187CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D65 #5D65BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424A #424A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353B #353B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A5A | 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: #ACB0DC;
--slate-gray-400: #8187CA;
--slate-gray-500: #5D65BB;
--slate-gray-600: #424A9E;
--slate-gray-700: #353B7E;
--slate-gray-800: #262A5A;
--slate-gray-900: #181B3A;
--slate-gray-950: #0F1124;
}