Slate Gray
#7490BE
BlueColor Codes
All color formats for development
HEX
#7490BERGB
rgb(116, 144, 190)HSL
hsl(217, 36%, 60%)OKLCH
oklch(0.65 0.076 260.2)CMYK
cmyk(39%, 24%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F80B4
2#4E70A6
3#456292
4#3B547D
5#314668
6#273853
7#1D2A3E
8#141C2A
9#0A0E15
Tints
Lighter variations
1#829BC4
2#90A7CB
3#9EB2D1
4#ACBDD8
5#BAC8DE
6#C8D3E5
7#D5DEEB
8#E3E9F2
9#F1F4F8
Tones
Muted variations
1#7891BA
2#7C92B6
3#7F93B3
4#8394AF
5#8795AB
6#8A96A8
7#8E96A4
8#9297A0
9#95989D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBF #AFBFD9 | BordersInactive statesPlaceholder text |
| 400 | 869E #869EC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6383 #6383B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4867 #486799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3952 #395279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293A #293A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A25 #1A2537 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7FA;
--slate-gray-100: #E7ECF4;
--slate-gray-200: #D2DBEA;
--slate-gray-300: #AFBFD9;
--slate-gray-400: #869EC6;
--slate-gray-500: #6383B6;
--slate-gray-600: #486799;
--slate-gray-700: #395279;
--slate-gray-800: #293A57;
--slate-gray-900: #1A2537;
--slate-gray-950: #101723;
}