Slate Gray
#818ACA
BlueColor Codes
All color formats for development
HEX
#818ACARGB
rgb(129, 138, 202)HSL
hsl(233, 41%, 65%)OKLCH
oklch(0.652 0.096 277.2)CMYK
cmyk(36%, 32%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A74C1
2#525EB7
3#4450A4
4#3B448C
5#313975
6#272D5D
7#1D2246
8#14172F
9#0A0B17
Tints
Lighter variations
1#8E95D0
2#9AA1D5
3#A7ADDA
4#B3B9DF
5#C0C4E5
6#CDD0EA
7#D9DCEF
8#E6E8F4
9#F2F3FA
Tones
Muted variations
1#858DC7
2#888FC3
3#8C92BF
4#9095BC
5#9398B8
6#979BB4
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 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB2 #ACB2DC | BordersInactive statesPlaceholder text |
| 400 | 818A #818ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D68 #5D68BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424D #424D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353D #353D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C3A | 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: #E6E8F4;
--slate-gray-200: #D0D3EB;
--slate-gray-300: #ACB2DC;
--slate-gray-400: #818ACA;
--slate-gray-500: #5D68BB;
--slate-gray-600: #424D9E;
--slate-gray-700: #353D7E;
--slate-gray-800: #262C5A;
--slate-gray-900: #181C3A;
--slate-gray-950: #0F1124;
}