Slate Gray
#8088CB
BlueColor Codes
All color formats for development
HEX
#8088CBRGB
rgb(128, 136, 203)HSL
hsl(234, 42%, 65%)OKLCH
oklch(0.647 0.1 278)CMYK
cmyk(37%, 33%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6972C2
2#515BB8
3#434DA5
4#3A428D
5#303776
6#262C5E
7#1D2147
8#13162F
9#0A0B18
Tints
Lighter variations
1#8D94D0
2#9AA0D6
3#A6ACDB
4#B3B7E0
5#C0C3E5
6#CCCFEA
7#D9DBEF
8#E6E7F5
9#F2F3FA
Tones
Muted variations
1#848BC7
2#888EC4
3#8C91C0
4#8F94BC
5#9397B8
6#979AB5
7#9B9DB1
8#9EA0AD
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 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB1 #ACB1DD | BordersInactive statesPlaceholder text |
| 400 | 8088 #8088CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C66 #5C66BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 414B #414B9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 343B #343B7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252A #252A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | 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: #F4F5FB;
--slate-gray-100: #E6E7F5;
--slate-gray-200: #D0D3EC;
--slate-gray-300: #ACB1DD;
--slate-gray-400: #8088CB;
--slate-gray-500: #5C66BC;
--slate-gray-600: #414B9F;
--slate-gray-700: #343B7F;
--slate-gray-800: #252A5B;
--slate-gray-900: #181B3A;
--slate-gray-950: #0F1124;
}