Slate Gray
#767CA2
BlueColor Codes
All color formats for development
HEX
#767CA2RGB
rgb(118, 124, 162)HSL
hsl(232, 19%, 55%)OKLCH
oklch(0.596 0.058 277.5)CMYK
cmyk(27%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666D96
2#5B6186
3#505475
4#444864
5#393C53
6#2D3043
7#222432
8#171821
9#0B0C11
Tints
Lighter variations
1#8489AB
2#9296B5
3#9FA3BE
4#ADB1C7
5#BBBED1
6#C8CBDA
7#D6D8E3
8#E4E5EC
9#F1F2F6
Tones
Muted variations
1#797EA0
2#7B7F9E
3#7D819C
4#7F8399
5#818497
6#848695
7#868793
8#888991
9#8A8B8E
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 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BC #B9BCCF | BordersInactive statesPlaceholder text |
| 400 | 9599 #9599B7 | Disabled statesSecondary iconsMuted text |
| 500 | 767C #767CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B61 #5B6186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484D #484D6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | 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: #D8D9E4;
--slate-gray-300: #B9BCCF;
--slate-gray-400: #9599B7;
--slate-gray-500: #767CA2;
--slate-gray-600: #5B6186;
--slate-gray-700: #484D6A;
--slate-gray-800: #34374C;
--slate-gray-900: #212331;
--slate-gray-950: #15161E;
}