Slate Gray
#545C8C
BlueColor Codes
All color formats for development
HEX
#545C8CRGB
rgb(84, 92, 140)HSL
hsl(231, 25%, 44%)OKLCH
oklch(0.489 0.078 275.9)CMYK
cmyk(40%, 34%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C537E
2#434A70
3#3B4162
4#323854
5#2A2E46
6#222538
7#191C2A
8#11131C
9#08090E
Tints
Lighter variations
1#5F689E
2#7079A9
3#828AB4
4#949ABF
5#A6ABC9
6#B8BCD4
7#C9CDDF
8#DBDDEA
9#EDEEF4
Tones
Muted variations
1#575F89
2#5A6087
3#5D6284
4#5F6481
5#62667E
6#65687B
7#686A79
8#6B6C76
9#6D6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D8 #D6D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BA #B6BAD3 | BordersInactive statesPlaceholder text |
| 400 | 8F96 #8F96BC | Disabled statesSecondary iconsMuted text |
| 500 | 7078 #7078A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545D #545D8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434A #434A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3035 #303550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F22 #1F2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EAF2;
--slate-gray-200: #D6D8E6;
--slate-gray-300: #B6BAD3;
--slate-gray-400: #8F96BC;
--slate-gray-500: #7078A9;
--slate-gray-600: #545D8C;
--slate-gray-700: #434A70;
--slate-gray-800: #303550;
--slate-gray-900: #1F2233;
--slate-gray-950: #131520;
}