Slate Gray
#808DCB
BlueColor Codes
All color formats for development
HEX
#808DCBRGB
rgb(128, 141, 203)HSL
hsl(230, 42%, 65%)OKLCH
oklch(0.658 0.094 274.5)CMYK
cmyk(37%, 31%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6978C2
2#5162B8
3#4354A5
4#3A488D
5#303C76
6#26305E
7#1D2447
8#13182F
9#0A0C18
Tints
Lighter variations
1#8D98D0
2#9AA4D6
3#A6AFDB
4#B3BAE0
5#C0C6E5
6#CCD1EA
7#D9DDEF
8#E6E8F5
9#F2F4FA
Tones
Muted variations
1#848FC7
2#8892C4
3#8C94C0
4#8F97BC
5#9399B8
6#979CB5
7#9B9EB1
8#9EA1AD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DD | BordersInactive statesPlaceholder text |
| 400 | 808D #808DCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6C #5C6CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4151 #41519F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3440 #34407F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252E #252E5B | 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: #F4F5FB;
--slate-gray-100: #E6E8F5;
--slate-gray-200: #D0D5EC;
--slate-gray-300: #ACB4DD;
--slate-gray-400: #808DCB;
--slate-gray-500: #5C6CBC;
--slate-gray-600: #41519F;
--slate-gray-700: #34407F;
--slate-gray-800: #252E5B;
--slate-gray-900: #181D3A;
--slate-gray-950: #0F1224;
}