Slate Gray
#8085CB
BlueColor Codes
All color formats for development
HEX
#8085CBRGB
rgb(128, 133, 203)HSL
hsl(236, 42%, 65%)OKLCH
oklch(0.641 0.105 279.9)CMYK
cmyk(37%, 34%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#696FC2
2#5158B8
3#434AA5
4#3A3F8D
5#303576
6#262A5E
7#1D2047
8#13152F
9#0A0B18
Tints
Lighter variations
1#8D91D0
2#9A9ED6
3#A6AADB
4#B3B6E0
5#C0C2E5
6#CCCEEA
7#D9DAEF
8#E6E7F5
9#F2F3FA
Tones
Muted variations
1#8489C7
2#888CC4
3#8C8FC0
4#8F92BC
5#9396B8
6#9799B5
7#9B9CB1
8#9E9FAD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAF #ACAFDD | BordersInactive statesPlaceholder text |
| 400 | 8085 #8085CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C62 #5C62BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4147 #41479F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3439 #34397F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2529 #25295B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | 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: #F4F5FB;
--slate-gray-100: #E6E7F5;
--slate-gray-200: #D0D2EC;
--slate-gray-300: #ACAFDD;
--slate-gray-400: #8085CB;
--slate-gray-500: #5C62BC;
--slate-gray-600: #41479F;
--slate-gray-700: #34397F;
--slate-gray-800: #25295B;
--slate-gray-900: #181A3A;
--slate-gray-950: #0F1024;
}