Slate Gray
#747EA4
BlueColor Codes
All color formats for development
HEX
#747EA4RGB
rgb(116, 126, 164)HSL
hsl(228, 21%, 55%)OKLCH
oklch(0.599 0.059 273.1)CMYK
cmyk(29%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#646E99
2#596288
3#4E5677
4#424A66
5#373D55
6#2C3144
7#212533
8#161922
9#0B0C11
Tints
Lighter variations
1#828BAD
2#9098B6
3#9EA5C0
4#ACB1C9
5#BABED2
6#C7CBDB
7#D5D8E4
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#777FA2
2#7981A0
3#7B829D
4#7E849B
5#808598
6#838696
7#858893
8#878991
9#8A8B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939B #939BB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747E #747EA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5962 #596288 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474E #474E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202431 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9EBF1;
--slate-gray-200: #D7DAE5;
--slate-gray-300: #B8BDD1;
--slate-gray-400: #939BB8;
--slate-gray-500: #747EA4;
--slate-gray-600: #596288;
--slate-gray-700: #474E6C;
--slate-gray-800: #32384D;
--slate-gray-900: #202431;
--slate-gray-950: #14161F;
}