Slate Gray
#8184CA
BlueColor Codes
All color formats for development
HEX
#8184CARGB
rgb(129, 132, 202)HSL
hsl(238, 41%, 65%)OKLCH
oklch(0.64 0.104 281.1)CMYK
cmyk(36%, 35%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6DC1
2#5256B7
3#4448A4
4#3B3D8C
5#313375
6#27295D
7#1D1F46
8#14142F
9#0A0A17
Tints
Lighter variations
1#8E90D0
2#9A9CD5
3#A7A9DA
4#B3B5DF
5#C0C1E5
6#CDCEEA
7#D9DAEF
8#E6E6F4
9#F2F3FA
Tones
Muted variations
1#8587C7
2#888AC3
3#8C8EBF
4#9091BC
5#9395B8
6#9798B4
7#9B9CB1
8#9E9FAD
9#A2A2A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAE #ACAEDC | BordersInactive statesPlaceholder text |
| 400 | 8184 #8184CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D60 #5D60BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4245 #42459E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3537 #35377E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #26275A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | 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: #F4F4FA;
--slate-gray-100: #E6E6F4;
--slate-gray-200: #D0D1EB;
--slate-gray-300: #ACAEDC;
--slate-gray-400: #8184CA;
--slate-gray-500: #5D60BB;
--slate-gray-600: #42459E;
--slate-gray-700: #35377E;
--slate-gray-800: #26275A;
--slate-gray-900: #18193A;
--slate-gray-950: #0F1024;
}