Slate Gray
#54658C
BlueColor Codes
All color formats for development
HEX
#54658CRGB
rgb(84, 101, 140)HSL
hsl(222, 25%, 44%)OKLCH
oklch(0.509 0.066 266)CMYK
cmyk(40%, 28%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5B7E
2#435170
3#3B4762
4#323D54
5#2A3246
6#222838
7#191E2A
8#11141C
9#080A0E
Tints
Lighter variations
1#5F729E
2#7081A9
3#8291B4
4#94A1BF
5#A6B0C9
6#B8C0D4
7#C9D0DF
8#DBE0EA
9#EDEFF4
Tones
Muted variations
1#576689
2#5A6787
3#5D6884
4#5F6981
5#626B7E
6#656C7B
7#686D79
8#6B6E76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED3 | BordersInactive statesPlaceholder text |
| 400 | 8F9D #8F9DBC | Disabled statesSecondary iconsMuted text |
| 500 | 7081 #7081A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5465 #54658C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4350 #435070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #303950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D6DBE6;
--slate-gray-300: #B6BED3;
--slate-gray-400: #8F9DBC;
--slate-gray-500: #7081A9;
--slate-gray-600: #54658C;
--slate-gray-700: #435070;
--slate-gray-800: #303950;
--slate-gray-900: #1F2533;
--slate-gray-950: #131720;
}