Slate Gray
#54618C
BlueColor Codes
All color formats for development
HEX
#54618CRGB
rgb(84, 97, 140)HSL
hsl(226, 25%, 44%)OKLCH
oklch(0.5 0.071 270.8)CMYK
cmyk(40%, 31%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C587E
2#434E70
3#3B4462
4#323A54
5#2A3146
6#222738
7#191D2A
8#11131C
9#080A0E
Tints
Lighter variations
1#5F6E9E
2#707EA9
3#828EB4
4#949EBF
5#A6AEC9
6#B8BED4
7#C9CEDF
8#DBDFEA
9#EDEFF4
Tones
Muted variations
1#576389
2#5A6487
3#5D6684
4#5F6781
5#62697E
6#656A7B
7#686C79
8#6B6D76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9A #8F9ABC | Disabled statesSecondary iconsMuted text |
| 500 | 707D #707DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5461 #54618C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434D #434D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3037 #303750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D6D9E6;
--slate-gray-300: #B6BDD3;
--slate-gray-400: #8F9ABC;
--slate-gray-500: #707DA9;
--slate-gray-600: #54618C;
--slate-gray-700: #434D70;
--slate-gray-800: #303750;
--slate-gray-900: #1F2333;
--slate-gray-950: #131620;
}