Slate Gray
#767FA2
BlueColor Codes
All color formats for development
HEX
#767FA2RGB
rgb(118, 127, 162)HSL
hsl(228, 19%, 55%)OKLCH
oklch(0.602 0.054 273.4)CMYK
cmyk(27%, 22%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667096
2#5B6386
3#505775
4#444B64
5#393E53
6#2D3243
7#222532
8#171921
9#0B0C11
Tints
Lighter variations
1#848CAB
2#9299B5
3#9FA6BE
4#ADB2C7
5#BBBFD1
6#C8CCDA
7#D6D9E3
8#E4E5EC
9#F1F2F6
Tones
Muted variations
1#7980A0
2#7B829E
3#7D839C
4#7F8499
5#818697
6#848795
7#868893
8#888A91
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 | B9BE #B9BECF | BordersInactive statesPlaceholder text |
| 400 | 959C #959CB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767F #767FA2 | 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 | 1517 #15171E | 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: #B9BECF;
--slate-gray-400: #959CB7;
--slate-gray-500: #767FA2;
--slate-gray-600: #5B6386;
--slate-gray-700: #484F6A;
--slate-gray-800: #34384C;
--slate-gray-900: #212431;
--slate-gray-950: #15171E;
}