Slate Gray
#767DA2
BlueColor Codes
All color formats for development
HEX
#767DA2RGB
rgb(118, 125, 162)HSL
hsl(230, 19%, 55%)OKLCH
oklch(0.598 0.057 276.2)CMYK
cmyk(27%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666E96
2#5B6286
3#505675
4#444964
5#393D53
6#2D3143
7#222532
8#171821
9#0B0C11
Tints
Lighter variations
1#848BAB
2#9298B5
3#9FA5BE
4#ADB1C7
5#BBBED1
6#C8CBDA
7#D6D8E3
8#E4E5EC
9#F1F2F6
Tones
Muted variations
1#797FA0
2#7B819E
3#7D829C
4#7F8499
5#818597
6#848695
7#868893
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 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959A #959AB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767E #767EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B62 #5B6286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484E #484E6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | 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: #D8DAE4;
--slate-gray-300: #B9BDCF;
--slate-gray-400: #959AB7;
--slate-gray-500: #767EA2;
--slate-gray-600: #5B6286;
--slate-gray-700: #484E6A;
--slate-gray-800: #34384C;
--slate-gray-900: #212431;
--slate-gray-950: #15161E;
}