Slate Gray
#818CCA
BlueColor Codes
All color formats for development
HEX
#818CCARGB
rgb(129, 140, 202)HSL
hsl(231, 41%, 65%)OKLCH
oklch(0.656 0.093 275.8)CMYK
cmyk(36%, 31%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A77C1
2#5261B7
3#4453A4
4#3B478C
5#313B75
6#272F5D
7#1D2346
8#14182F
9#0A0C17
Tints
Lighter variations
1#8E98D0
2#9AA3D5
3#A7AFDA
4#B3BADF
5#C0C6E5
6#CDD1EA
7#D9DDEF
8#E6E8F4
9#F2F4FA
Tones
Muted variations
1#858FC7
2#8891C3
3#8C94BF
4#9096BC
5#9399B8
6#979CB4
7#9B9EB1
8#9EA1AD
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 | D0D4 #D0D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DC | BordersInactive statesPlaceholder text |
| 400 | 818C #818CCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6B #5D6BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4250 #42509E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3540 #35407E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | 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: #D0D4EB;
--slate-gray-300: #ACB4DC;
--slate-gray-400: #818CCA;
--slate-gray-500: #5D6BBB;
--slate-gray-600: #42509E;
--slate-gray-700: #35407E;
--slate-gray-800: #262D5A;
--slate-gray-900: #181D3A;
--slate-gray-950: #0F1224;
}