Slate Gray
#54668C
BlueColor Codes
All color formats for development
HEX
#54668CRGB
rgb(84, 102, 140)HSL
hsl(221, 25%, 44%)OKLCH
oklch(0.511 0.065 264.7)CMYK
cmyk(40%, 27%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5C7E
2#435270
3#3B4762
4#323D54
5#2A3346
6#222938
7#191F2A
8#11141C
9#080A0E
Tints
Lighter variations
1#5F739E
2#7082A9
3#8292B4
4#94A1BF
5#A6B1C9
6#B8C1D4
7#C9D0DF
8#DBE0EA
9#EDEFF4
Tones
Muted variations
1#576789
2#5A6887
3#5D6984
4#5F6A81
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 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BF #B6BFD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9E #8F9EBC | Disabled statesSecondary iconsMuted text |
| 500 | 7082 #7082A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5466 #54668C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4351 #435170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303A #303A50 | 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: #E9ECF2;
--slate-gray-200: #D6DBE6;
--slate-gray-300: #B6BFD3;
--slate-gray-400: #8F9EBC;
--slate-gray-500: #7082A9;
--slate-gray-600: #54668C;
--slate-gray-700: #435170;
--slate-gray-800: #303A50;
--slate-gray-900: #1F2533;
--slate-gray-950: #131720;
}