Slate Gray
#767EA2
BlueColor Codes
All color formats for development
HEX
#767EA2RGB
rgb(118, 126, 162)HSL
hsl(229, 19%, 55%)OKLCH
oklch(0.6 0.056 274.9)CMYK
cmyk(27%, 22%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666F96
2#5B6386
3#505675
4#444A64
5#393E53
6#2D3143
7#222532
8#171921
9#0B0C11
Tints
Lighter variations
1#848BAB
2#9298B5
3#9FA5BE
4#ADB2C7
5#BBBFD1
6#C8CCDA
7#D6D8E3
8#E4E5EC
9#F1F2F6
Tones
Muted variations
1#7980A0
2#7B819E
3#7D839C
4#7F8499
5#818597
6#848795
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 | 959B #959BB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767E #767EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B63 #5B6386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484F #484F6A | 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: #959BB7;
--slate-gray-500: #767EA2;
--slate-gray-600: #5B6386;
--slate-gray-700: #484F6A;
--slate-gray-800: #34384C;
--slate-gray-900: #212431;
--slate-gray-950: #15161E;
}