Slate Gray
#757EA3
BlueColor Codes
All color formats for development
HEX
#757EA3RGB
rgb(117, 126, 163)HSL
hsl(228, 20%, 55%)OKLCH
oklch(0.6 0.057 273.9)CMYK
cmyk(28%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#656F97
2#5A6387
3#4F5676
4#434A65
5#383E54
6#2D3143
7#222532
8#161922
9#0B0C11
Tints
Lighter variations
1#838BAC
2#9198B6
3#9FA5BF
4#ACB2C8
5#BABFD1
6#C8CCDA
7#D6D8E3
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#7880A1
2#7A819F
3#7C839C
4#7E849A
5#818598
6#838795
7#858893
8#888991
9#8A8B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDD0 | BordersInactive statesPlaceholder text |
| 400 | 949B #949BB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757E #757EA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A63 #5A6387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3338 #33384D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | 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: #EAEBF1;
--slate-gray-200: #D7DAE4;
--slate-gray-300: #B9BDD0;
--slate-gray-400: #949BB8;
--slate-gray-500: #757EA3;
--slate-gray-600: #5A6387;
--slate-gray-700: #474F6B;
--slate-gray-800: #33384D;
--slate-gray-900: #212431;
--slate-gray-950: #14161F;
}